Skip to content

Commit 4adf124

Browse files
committed
shacl again
1 parent dbf191a commit 4adf124

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/shacl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
tail -n +2 ids.txt > ids2.txt
5151
grep -Fof ids2.txt merged-pmdco.ttl | sort -u | grep -Fvf - ids2.txt > missing.txt
5252
if [ -s missing.txt ]; then
53-
echo "Missing following IRIs in PMDco:"
53+
echo "Found the following IRIs in the a-box, but they are not in PMDco:"
5454
cat missing.txt
5555
exit 1
5656
fi

patterns/chemical composition/shape-data.ttl

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
88
@base <https://w3id.org/pmd/co/test/shape7#> .
99

10-
<https://w3id.org/pmd/co/test/shape7> rdf:type owl:Ontology ;
11-
owl:imports <https://w3id.org/pmd/co> .
10+
<https://w3id.org/pmd/co/test/shape7> rdf:type owl:Ontology .
1211

1312
#################################################################
1413
# Individuals
@@ -24,9 +23,9 @@ ex:chemical_composition_quality rdf:type owl:NamedIndividual ,
2423
### https://w3id.org/pmd/co/test/shape7/chemical_composition_specification
2524
ex:chemical_composition_specification rdf:type owl:NamedIndividual ,
2625
<https://w3id.org/pmd/co/PMD_0020004> ;
27-
<http://purl.obolibrary.org/obo/BFO_0000178> ex:scalar_value_specification_C ,
26+
<http://purl.obolibrary.org/obo/BFO_0000051> ex:scalar_value_specification_C ,
2827
ex:scalar_value_specification_Fe ;
29-
rdfs:label "chemical_composition_specification"@en .
28+
rdfs:label "chemical_composition_specification 1"@en .
3029

3130

3231
### https://w3id.org/pmd/co/test/shape7/mass_proportion_carbon
@@ -36,6 +35,10 @@ ex:mass_proportion_carbon rdf:type owl:NamedIndividual ,
3635
rdfs:label "mass_proportion_carbon"@en .
3736

3837

38+
<http://purl.obolibrary.org/obo/BFO_0000145> rdf:type owl:Class .
39+
<https://w3id.org/pmd/co/PMD_0020102> rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000145> .
40+
41+
3942
### https://w3id.org/pmd/co/test/shape7/mass_proportion_iron
4043
ex:mass_proportion_iron rdf:type owl:NamedIndividual ,
4144
<https://w3id.org/pmd/co/PMD_0020102> ;
@@ -47,7 +50,7 @@ ex:mass_proportion_iron rdf:type owl:NamedIndividual ,
4750
ex:portion_of_carbon rdf:type owl:NamedIndividual ,
4851
<https://w3id.org/pmd/co/PMD_0020025> ;
4952
<http://purl.obolibrary.org/obo/BFO_0000196> ex:mass_proportion_carbon ;
50-
rdfs:label "portion_of_carbon"@en .
53+
rdfs:label "portion of carbon"@en .
5154

5255

5356
### https://w3id.org/pmd/co/test/shape7/portion_of_iron

0 commit comments

Comments
 (0)