@base <https://wordnet.dk/dannet/external/foaf/Project> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix svs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

foaf:Project owl:disjointWith foaf:Person, foaf:Document;
             rdfs:isDefinedBy foaf:;
             rdf:type rdfs:Class, owl:Class;
             rdfs:comment "A project (a collective endeavour of some kind).";
             rdfs:label "Project";
             svs:term_status "testing".

# Relation labels
rdf:type rdfs:label "type"@da, "type".
foaf: dc11:title "Friend of a Friend (FOAF) vocabulary".
svs:term_status rdfs:label "term status".
foaf:Person rdfs:label "Person".
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
foaf:Document rdfs:label "Document".
rdfs:label rdfs:label "label", "etiket"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:Class rdfs:label "Class", "klasse"@da.
owl:disjointWith rdfs:label "disjointWith".
owl:Class rdfs:label "Class", "klasse"@da.

