@base . @prefix rdf: . @prefix awol: <#> . @prefix owl: . @prefix rdfs: . @prefix xsd: . @prefix foaf: . @prefix webarch: . @prefix vs: . @prefix skos: . @prefix dc: . @prefix iana: . @prefix cifp: . @prefix log: . <> dc:contributor "Danny Ayers"@en, "Elias Torres"@en, "Reto Bachmann-Gmuer"@en ; dc:created "2005-10-23" ; dc:creator "Henry Story"@en ; dc:title "Atom Syndication Ontology"@en ; a owl:Ontology, owl:Thing ; rdfs:comment "The AtomOWL ontology is inspired from the work done by the atom working group. This ontology is working off the rfc 4287 published among othe places at http://www.atompub.org/rfc4287.html . The AtomOWL ontology uses as much as possible the same terms as the format there to make the relation easy to understand. The AtomOWL name space is slightly different from the atom namespace [see post http://www.imc.org/atom-syntax/mail-archive/msg16476.html]. But this is a good thing as it helps distinguish the ontology from the rfc 4287 serialisation."@en ; owl:imports , , . awol:Category awol:retosNote "The construct with term and scheme looks very much like a URI-Ref used in RDF. Isn't this just any rdfs:Resource? Maybe skos:Concept could be used as range of :category."@en ; a owl:Class ; rdfs:comment "see §4.2.2 of rfc 4287. A Category Type"@en ; rdfs:label "Category Class" . awol:Content a owl:Class ; rdfs:comment "see §4.1.3 in rfc 4287 One way to think of this is as a class that represents what one can get from an HTTP connection. It has a body, and a number of headers, info such as mime-type, content-lenght, etc... ."@en ; rdfs:label "Content Class"@en ; rdfs:subClassOf webarch:Representation . awol:Entry a owl:Class ; rdfs:comment "see §4.1.2 of the rfc 4287 spec"@en ; rdfs:label "Entry Class"@en ; rdfs:subClassOf awol:Version . awol:Feed a owl:Class ; rdfs:comment "Container for feed metadata."@en ; rdfs:label "Feed Class"@en ; rdfs:subClassOf awol:Version . awol:Version a owl:Class ; rdfs:comment "Metadata about the state of a resource with given awol:id at an :updated time."@en ; rdfs:label "Version Class"@en ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality 1 ; owl:onProperty awol:id ], [ a owl:Restriction ; owl:cardinality 1 ; owl:onProperty awol:updated ] . awol:dannyNote a owl:AnnotationProperty ; rdfs:comment "A comment by Danny Ayers"@en ; rdfs:subPropertyOf skos:editorialNote . awol:eliasNote a owl:AnnotationProperty ; rdfs:comment "A comment by Elias Torres"@en ; rdfs:subPropertyOf skos:editorialNote . awol:retosNote a owl:AnnotationProperty ; rdfs:comment "A comment by Reto Bachmann-Gmuer"@en ; rdfs:subPropertyOf skos:editorialNote .