Skip to content

Commit 0239840

Browse files
authored
Merge pull request #688 from CommonCoreOntology/mj-patch
Fixing minor errors and to improve diffs
2 parents 736396e + cfc1be7 commit 0239840

2 files changed

Lines changed: 6 additions & 33 deletions

File tree

src/cco-modules/ArtifactOntology.ttl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5369,13 +5369,6 @@ cco:ont00001999 rdf:type owl:Class ;
53695369
cco:ont00001760 "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI .
53705370

53715371

5372-
### https://www.commoncoreontologies.org/ont00002038
5373-
cco:ont00002038 rdfs:subClassOf [ rdf:type owl:Restriction ;
5374-
owl:onProperty obo:BFO_0000176 ;
5375-
owl:someValuesFrom cco:ont00002039
5376-
] .
5377-
5378-
53795372
### https://www.commoncoreontologies.org/ont00002049
53805373
cco:ont00002049 rdf:type owl:Class ;
53815374
rdfs:subClassOf cco:ont00000326 ,

src/cco-modules/InformationEntityOntology.ttl

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -757,14 +757,6 @@ cco:ont00000314 rdf:type owl:Class ;
757757
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
758758

759759

760-
### https://www.commoncoreontologies.org/ont00000326
761-
cco:ont00000326 rdf:type owl:Class .
762-
763-
764-
### https://www.commoncoreontologies.org/ont00000359
765-
cco:ont00000359 rdf:type owl:Class .
766-
767-
768760
### https://www.commoncoreontologies.org/ont00000369
769761
cco:ont00000369 rdf:type owl:Class ;
770762
rdfs:subClassOf cco:ont00001010 ;
@@ -1029,10 +1021,6 @@ cco:ont00000692 rdf:type owl:Class ;
10291021
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
10301022

10311023

1032-
### https://www.commoncoreontologies.org/ont00000702
1033-
cco:ont00000702 rdf:type owl:Class .
1034-
1035-
10361024
### https://www.commoncoreontologies.org/ont00000729
10371025
cco:ont00000729 rdf:type owl:Class ;
10381026
rdfs:subClassOf cco:ont00000275 ;
@@ -1091,14 +1079,6 @@ cco:ont00000749 rdf:type owl:Class ;
10911079
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
10921080

10931081

1094-
### https://www.commoncoreontologies.org/ont00000798
1095-
cco:ont00000798 rdf:type owl:Class .
1096-
1097-
1098-
### https://www.commoncoreontologies.org/ont00000800
1099-
cco:ont00000800 rdf:type owl:Class .
1100-
1101-
11021082
### https://www.commoncoreontologies.org/ont00000827
11031083
cco:ont00000827 rdf:type owl:Class ;
11041084
owl:equivalentClass [ owl:intersectionOf ( cco:ont00000540
@@ -1344,10 +1324,6 @@ cco:ont00001041 rdf:type owl:Class ;
13441324
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
13451325

13461326

1347-
### https://www.commoncoreontologies.org/ont00001046
1348-
cco:ont00001046 rdf:type owl:Class .
1349-
1350-
13511327
### https://www.commoncoreontologies.org/ont00001069
13521328
cco:ont00001069 rdf:type owl:Class ;
13531329
owl:equivalentClass [ owl:intersectionOf ( cco:ont00000958
@@ -1856,7 +1832,11 @@ cco:ont00002037 rdf:type owl:Class ;
18561832

18571833
### https://www.commoncoreontologies.org/ont00002038
18581834
cco:ont00002038 rdf:type owl:Class ;
1859-
rdfs:subClassOf cco:ont00000958 ;
1835+
rdfs:subClassOf cco:ont00002001 ,
1836+
[ rdf:type owl:Restriction ;
1837+
owl:onProperty obo:BFO_0000176 ;
1838+
owl:someValuesFrom cco:ont00002039
1839+
] ;
18601840
rdfs:label "Document Field Content"@en ;
18611841
skos:altLabel "Document Field"@en ;
18621842
skos:definition "A Media Content Entity that is a part of some document content entity, and which prescribes the eliciation of information to be written or selected within the document content entity."@en ;
@@ -1868,7 +1848,7 @@ cco:ont00002039 rdf:type owl:Class ;
18681848
rdfs:subClassOf cco:ont00002001 ;
18691849
rdfs:label "Document Content Entity"@en ;
18701850
skos:altLabel "Document"@en ;
1871-
skos:definition "A Media Information Content that consists of a series of paragraphs of text or diagrams that are intended to be carried by physical pieces of paper or an electronic word processor file."@en ;
1851+
skos:definition "A Media Content Entity that consists of a series of paragraphs of text or diagrams that are intended to be carried by physical pieces of paper or an electronic word processor file."@en ;
18721852
cco:ont00001754 "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ;
18731853
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
18741854

0 commit comments

Comments
 (0)