http://xmlns.com/foaf/0.1/Document
A document.
Instances of foaf:Document can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class foaf:Document | |||
foaf:primaryTopic | rdf:Property | The primary topic of some page or document. | owl:Thing |
foaf:sha1 | rdf:Property | A sha1sum hash, in hex. | owl:Thing |
foaf:topic | rdf:Property | A topic of some page or document. | owl:Thing |
From class owl:Thing | |||
dc:date | owl:AnnotationProperty | owl:Thing | |
dc:description | owl:AnnotationProperty | owl:Thing | |
dc:title | owl:AnnotationProperty | owl:Thing | |
foaf:dnaChecksum | rdf:Property | A checksum for the DNA of some thing. Joke. | rdfs:Literal |
foaf:givenName | rdf:Property | The given name of some person. | owl:Thing |
foaf:membershipClass | rdf:Property | Indicates the class of individuals that are a member of a Group | owl:Thing |
foaf:nick | rdf:Property | A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames). | owl:Thing |
foaf:phone | rdf:Property | A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel). | owl:Thing |
foaf:title | rdf:Property | Title (Mr, Mrs, Ms, Dr. etc) | owl:Thing |
vs:term_status | owl:AnnotationProperty | owl:Thing | |
wot:assurance | owl:AnnotationProperty | owl:Thing | |
wot:src_assurance | owl:AnnotationProperty | owl:Thing |
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
foaf:Document a rdfs:Class,
owl:Class ;
rdfs:label "Document" ;
rdfs:comment "A document." ;
rdfs:isDefinedBy foaf: ;
owl:disjointWith foaf:Organization,
foaf:Project ;
vs:term_status "testing" .