@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.iana.org/assignments/relation/> . @prefix ns1: <http://bblfish.net/work/atom-owl/2006-06-06/#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:alternate a ns1:RelationType, owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "see §4.2.7.2.1 of rfc 4287. The object points to an alternate version of the subject"@en ; rdfs:domain ns1:Version ; rdfs:label "alternate relation"@en . ns0:enclosure rdfs:subPropertyOf ns0:alternate .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.iana.org/assignments/relation/> .
@prefix ns1: <http://bblfish.net/work/atom-owl/2006-06-06/#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:alternate
    a ns1:RelationType, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "see §4.2.7.2.1 of rfc 4287. The object points to an alternate version of the subject"@en ;
    rdfs:domain ns1:Version ;
    rdfs:label "alternate relation"@en .

ns0:enclosure
    rdfs:subPropertyOf ns0:alternate .