o2.n3 865 Bytes
@prefix dc: <http://purl.org/dc/elements/1.1/> .


<> dc:title	"An extension vocabulary for chain relations in ontologies".

@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix o2:  <http://www.w3.org/2007/ont/o2#>.   # Just for 'chain' missing from owl

@prefix doc:  <http://www.w3.org/2000/10/swap/pim/doc#> .


o2:chain a rdf:Property; rdfs:domain rdf:Property;  # Range is list of properties
    rdfs:label "chain";
    rdfs:seeAlso <http://lists.w3.org/Archives/Public/public-owl-dev/2007JulSep/0037.html>.

<http://lists.w3.org/Archives/Public/public-owl-dev/2007JulSep/0037.html> rdfs:label "suggest owl11:chain to relate a list of properties to their chain/composition"; rdfs:comment "Dan Connolly (Tuesday, 31 July 2007)".


#ends