@prefix ns: . @prefix xsd: . @prefix foaf: . @prefix bibo: . @prefix rdfs: . @prefix owl: . bibo:Document owl:equivalentClass foaf:Document ; rdfs:label "Document"@en ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; a owl:Class ; rdfs:comment "A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information."@en ; ns:term_status "stable" .