Skip to content
Merged
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
5 changes: 0 additions & 5 deletions src/cco-modules/InformationEntityOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,6 @@ cco:has_integer_value rdf:type owl:DatatypeProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value
cco:has_text_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
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