asserted 'has value' data property and added definitions

This commit is contained in:
Cameron More
2024-08-05 18:16:18 -04:00
parent a8f6bce81d
commit 1056214695
2 changed files with 47 additions and 3 deletions

View File

@@ -385,68 +385,90 @@ cco:uses_time_zone_identifier rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_URI_value
cco:has_URI_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf cco:has_value ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_boolean_value
cco:has_boolean_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf cco:has_value ;
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:subPropertyOf cco:has_value ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_datetime_value
cco:has_datetime_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf cco:has_value ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_decimal_value
cco:has_decimal_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf cco:has_value ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_double_value
cco:has_double_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf cco:has_value ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_integer_value
cco:has_integer_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf cco:has_value ;
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:subPropertyOf cco:has_value ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:string ;
cco:definition "A relationship between an Information Bearing Entity and a string representation."@en ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_value
cco:has_value rdf:type owl:DatatypeProperty ;
cco:definition "A data property that has a range of some data value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has value"@en .
#################################################################
# Classes
#################################################################
@@ -2203,4 +2225,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

View File

@@ -2805,8 +2805,10 @@ mro:asWKT rdf:type owl:DatatypeProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_URI_value
mro:has_URI_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf mro:has_value ;
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 .
@@ -2821,47 +2823,59 @@ mro:has_altitude_value rdf:type owl:DatatypeProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_boolean_value
mro:has_boolean_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf mro:has_value ;
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:subPropertyOf mro:has_value ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_datetime_value
mro:has_datetime_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf mro:has_value ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_decimal_value
mro:has_decimal_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf mro:has_value ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_double_value
mro:has_double_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf mro:has_value ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_integer_value
mro:has_integer_value rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf mro:has_value ;
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 .
@@ -2884,13 +2898,21 @@ 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:subPropertyOf mro:has_value ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:string ;
cco:definition "A relationship between an Information Bearing Entity and a string representation."@en ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_value
mro:has_value rdf:type owl:DatatypeProperty ;
cco:definition "A data property that has a range of some data value."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has value"@en .
#########################################
### Class stubs to make Protege play nice
#########################################