diff options
Diffstat (limited to 'schemas.lv2')
-rw-r--r-- | schemas.lv2/foaf.ttl | 2 | ||||
-rw-r--r-- | schemas.lv2/rdfs.ttl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/schemas.lv2/foaf.ttl b/schemas.lv2/foaf.ttl index 1ae75aa..83a1e7e 100644 --- a/schemas.lv2/foaf.ttl +++ b/schemas.lv2/foaf.ttl @@ -38,7 +38,7 @@ foaf:Image foaf:LabelProperty a rdfs:Class, owl:Class ; - rdfs:comment "A foaf:LabelProperty is any RDF property with texual values that serve as labels." ; + rdfs:comment "A foaf:LabelProperty is any RDF property with textual values that serve as labels." ; rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; rdfs:label "Label Property" . diff --git a/schemas.lv2/rdfs.ttl b/schemas.lv2/rdfs.ttl index 078d7c8..5f4dcf9 100644 --- a/schemas.lv2/rdfs.ttl +++ b/schemas.lv2/rdfs.ttl @@ -67,7 +67,7 @@ rdfs:domain rdfs:isDefinedBy a rdf:Property ; - rdfs:comment "The defininition of the subject resource." ; + rdfs:comment "The definition of the subject resource." ; rdfs:domain rdfs:Resource ; rdfs:isDefinedBy <http://www.w3.org/2000/01/rdf-schema#> ; rdfs:label "is defined by" ; |