@prefix : <#> . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix foaf: . @prefix owlweb: . :hasOffice a daml:Property; rdfs:domain foaf:Person; rdfs:range :Office; rdfs:label "has Office". :Office a daml:Class; rdfs:label "Office". :officeImage a daml:Property; rdfs:domain :Office; rdfs:range rdf:Resource; rdfs:label "office image". # This appears in the managing rdf page to make it easier to # identify this file <> a owlweb:rdfSnippit; owlweb:creator [ foaf:mbox ]; dc:date "04/29/2003"; dc:description "testing cwm, and creating office info".