diff --git a/sulo.ttl b/sulo.ttl index 9e18d42..d334d33 100644 --- a/sulo.ttl +++ b/sulo.ttl @@ -11,9 +11,9 @@ rdfs:label "Simplified Upper Level Ontology"@en . ################################################################# -# Object Properties +# Object Properties ################################################################# - + ### https://w3id.org/sulo/describes :describes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :refersTo ; @@ -42,7 +42,7 @@ ### https://w3id.org/sulo/hasDirectPart :hasDirectPart rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :hasPart ; - rdfs:comment "a parthood relation that can be used to specify cardinality constraints" ; + rdfs:comment "has direct part is a parthood relation that can be used to specify cardinality constraints" ; rdfs:label "has direct part" . @@ -92,9 +92,9 @@ ################################################################# -# Data properties +# Data properties ################################################################# - + ### https://w3id.org/sulo/hasValue :hasValue rdf:type owl:DatatypeProperty ; rdfs:domain :InformationObject ; @@ -103,9 +103,9 @@ ################################################################# -# Classes +# Classes ################################################################# - + ### https://w3id.org/sulo/ActionSpecification :ActionSpecification rdf:type owl:Class ; rdfs:subClassOf :InformationObject ;