diff options
author | David Robillard <d@drobilla.net> | 2022-06-16 18:27:26 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 17:08:39 -0400 |
commit | 2711f034e0bc9f2cb86f6df0774e1661dbd520ac (patch) | |
tree | fa3f07aa58bfb930cd869fef72e1a7a3050d4a46 /schemas.lv2/foaf.ttl | |
parent | 86835a05f5e4d4ca7e016e29210cd613af0ea2ce (diff) | |
download | lv2-2711f034e0bc9f2cb86f6df0774e1661dbd520ac.tar.xz |
Remove archaic properties from foaf vocabulary
Diffstat (limited to 'schemas.lv2/foaf.ttl')
-rw-r--r-- | schemas.lv2/foaf.ttl | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/schemas.lv2/foaf.ttl b/schemas.lv2/foaf.ttl index 83a1e7e..ea60757 100644 --- a/schemas.lv2/foaf.ttl +++ b/schemas.lv2/foaf.ttl @@ -174,13 +174,6 @@ foaf:depicts rdfs:range owl:Thing ; owl:inverseOf foaf:depiction . -foaf:dnaChecksum - a rdf:Property, owl:DatatypeProperty ; - rdfs:comment "A checksum for the DNA of some thing. Joke." ; - rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; - rdfs:label "DNA checksum" ; - rdfs:range rdfs:Literal . - foaf:familyName a rdf:Property, owl:DatatypeProperty ; rdfs:comment "The family name of some person." ; @@ -197,22 +190,6 @@ foaf:firstName rdfs:label "firstName" ; rdfs:range rdfs:Literal . -foaf:fundedBy - a rdf:Property, owl:ObjectProperty ; - rdfs:comment "An organization funding a project or person." ; - rdfs:domain owl:Thing ; - rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; - rdfs:label "funded by" ; - rdfs:range owl:Thing . - -foaf:geekcode - a rdf:Property, owl:DatatypeProperty ; - rdfs:comment "A textual geekcode for this person, see http://www.geekcode.com/geek.html" ; - rdfs:domain foaf:Person ; - rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; - rdfs:label "geekcode" ; - rdfs:range rdfs:Literal . - foaf:gender a rdf:Property, owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:comment "The gender of this Agent (typically but not necessarily 'male' or 'female')." ; @@ -227,20 +204,6 @@ foaf:givenName rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; rdfs:label "Given name" . -foaf:givenname - a rdf:Property, owl:DatatypeProperty ; - rdfs:comment "The given name of some person." ; - rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; - rdfs:label "Given name" . - -foaf:holdsAccount - a rdf:Property, owl:ObjectProperty ; - rdfs:comment "Indicates an account held by this agent." ; - rdfs:domain foaf:Agent ; - rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; - rdfs:label "account" ; - rdfs:range foaf:OnlineAccount . - foaf:homepage a rdf:Property, owl:InverseFunctionalProperty, owl:ObjectProperty ; rdfs:comment "A homepage for some thing." ; @@ -488,22 +451,6 @@ foaf:status rdfs:label "status" ; rdfs:range rdfs:Literal . -foaf:surname - a rdf:Property, owl:DatatypeProperty ; - rdfs:comment "The surname of some person." ; - rdfs:domain foaf:Person ; - rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; - rdfs:label "Surname" ; - rdfs:range rdfs:Literal . - -foaf:theme - a rdf:Property, owl:ObjectProperty ; - rdfs:comment "A theme." ; - rdfs:domain owl:Thing ; - rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ; - rdfs:label "theme" ; - rdfs:range owl:Thing . - foaf:thumbnail a rdf:Property, owl:ObjectProperty ; rdfs:comment "A derived thumbnail image." ; |