Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions InformationEntityOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ cco:uses_time_zone_identifier rdf:type owl:ObjectProperty ;
cco:has_URI_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:anyURI ;
cco:definition "A data property that has as its range a URI value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has URI value"@en .

Expand All @@ -395,13 +396,15 @@ cco:has_URI_value rdf:type owl:DatatypeProperty ;
cco:has_boolean_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:boolean ;
cco:definition "A data property that has as its range a boolean value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has boolean value"@en .


### http://www.ontologyrepository.com/CommonCoreOntologies/has_date_value
cco:has_date_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
cco:definition "A data property that has as its range a date value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has date value"@en .

Expand All @@ -410,6 +413,7 @@ cco:has_date_value rdf:type owl:DatatypeProperty ;
cco:has_datetime_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:dateTime ;
cco:definition "A data property that has as its value a datetime value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has datetime value"@en .

Expand All @@ -418,6 +422,7 @@ cco:has_datetime_value rdf:type owl:DatatypeProperty ;
cco:has_decimal_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:decimal ;
cco:definition "A data property that has as its range a decimal value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has decimal value"@en .

Expand All @@ -426,6 +431,7 @@ cco:has_decimal_value rdf:type owl:DatatypeProperty ;
cco:has_double_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:double ;
cco:definition "A data property that has as its range a double value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has double value"@en .

Expand All @@ -434,15 +440,20 @@ cco:has_double_value rdf:type owl:DatatypeProperty ;
cco:has_integer_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:integer ;
cco:definition "A data property that has as its range an integer value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has integer value"@en .


### http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value
cco:has_text_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:string ;
cco:definition "A relationship between an Information Bearing Entity and a string representation."@en ;
rdfs:range [ rdf:type rdfs:Datatype ;
owl:unionOf ( rdf:langString
xsd:string
)
] ;
cco:definition "A data property that has as its range a string value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has text value"@en .

Expand Down Expand Up @@ -2203,4 +2214,4 @@ cco:ZuluTimeZone rdf:type owl:NamedIndividual ,
rdfs:label "Zulu Time Zone"@en .


### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
15 changes: 13 additions & 2 deletions ModalRelationOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2807,6 +2807,7 @@ mro:asWKT rdf:type owl:DatatypeProperty ;
mro:has_URI_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:anyURI ;
cco:definition "A data property that has as its range a URI value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has URI value"@en .

Expand All @@ -2823,13 +2824,15 @@ mro:has_altitude_value rdf:type owl:DatatypeProperty ;
mro:has_boolean_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:boolean ;
cco:definition "A data property that has as its range a boolean value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has boolean value"@en .


### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_date_value
mro:has_date_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
cco:definition "A data property that has as its range a date value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has date value"@en .

Expand All @@ -2838,6 +2841,7 @@ mro:has_date_value rdf:type owl:DatatypeProperty ;
mro:has_datetime_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:dateTime ;
cco:definition "A data property that has as its value a datetime value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has datetime value"@en .

Expand All @@ -2846,6 +2850,7 @@ mro:has_datetime_value rdf:type owl:DatatypeProperty ;
mro:has_decimal_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:decimal ;
cco:definition "A data property that has as its range a decimal value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has decimal value"@en .

Expand All @@ -2854,6 +2859,7 @@ mro:has_decimal_value rdf:type owl:DatatypeProperty ;
mro:has_double_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:double ;
cco:definition "A data property that has as its range a double value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has double value"@en .

Expand All @@ -2862,6 +2868,7 @@ mro:has_double_value rdf:type owl:DatatypeProperty ;
mro:has_integer_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:integer ;
cco:definition "A data property that has as its range an integer value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has integer value"@en .

Expand All @@ -2885,8 +2892,12 @@ mro:has_longitude_value rdf:type owl:DatatypeProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_text_value
mro:has_text_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:string ;
cco:definition "A relationship between an Information Bearing Entity and a string representation."@en ;
rdfs:range [ rdf:type rdfs:Datatype ;
owl:unionOf ( rdf:langString
xsd:string
)
] ;
cco:definition "A data property that has as its range a string value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has text value"@en .

Expand Down