aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-16 18:27:26 -0400
committerDavid Robillard <d@drobilla.net>2022-07-17 17:08:39 -0400
commit2711f034e0bc9f2cb86f6df0774e1661dbd520ac (patch)
treefa3f07aa58bfb930cd869fef72e1a7a3050d4a46
parent86835a05f5e4d4ca7e016e29210cd613af0ea2ce (diff)
downloadlv2-2711f034e0bc9f2cb86f6df0774e1661dbd520ac.tar.xz
Remove archaic properties from foaf vocabulary
-rw-r--r--lv2/core/meta.ttl2
-rw-r--r--schemas.lv2/foaf.ttl53
2 files changed, 2 insertions, 53 deletions
diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl
index 7611b63..db98a4c 100644
--- a/lv2/core/meta.ttl
+++ b/lv2/core/meta.ttl
@@ -42,6 +42,8 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R
rdfs:label "Add dark mode style for documentation."
] , [
rdfs:label "Clean up and modernize Python support code."
+ ] , [
+ rdfs:label "Remove archaic properties from foaf vocabulary."
]
]
] , [
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." ;