@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/vocab/lifecycle/> . @prefix ns1: <http://web.resource.org/cc/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:schema dc:creator "Nadeem Shabir", "Rob Styles" ; dc:date "2008-06-03" ; dc:identifier "http://purl.org/vocab/lifecycle/schema-20080603" ; dc:rights "Copyright © 2008 Talis Information Ltd" ; dc:title "Lifecycle Schema"@en ; dct:hasFormat <http://purl.org/vocab/lifecycle/schema-20080603.html>, <http://purl.org/vocab/lifecycle/schema-20080603.rdf> ; dct:isVersionOf <http://purl.org/vocab/lifecycle/schema#> ; dct:issued "2008-06-03" ; dct:replaces ns0:schema-20080603 ; vann:example <http://purl.org/vocab/lifecycle/example-job-application-lifecycle.html>, <http://purl.org/vocab/lifecycle/schema-diagram.html> ; vann:preferredNamespacePrefix "lifecycle" ; vann:preferredNamespaceUri "http://purl.org/vocab/lifecycle/schema#" ; ns1:license <http://creativecommons.org/licenses/by/2.0/uk/> ; a ns1:Work, owl:NamedIndividual, owl:Ontology ; rdfs:comment """ The Lifecycle Schema provides classes and properties that allow the specification of a lifecycle that any resource may pass through. It's intention to allow the description of the states and transitions that constitute a given lifecycle without imposing any constraint on the way in which transitions happen or how long it may take to move through a lifecycle. """@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/vocab/lifecycle/> .
@prefix ns1: <http://web.resource.org/cc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:schema
    dc:creator "Nadeem Shabir", "Rob Styles" ;
    dc:date "2008-06-03" ;
    dc:identifier "http://purl.org/vocab/lifecycle/schema-20080603" ;
    dc:rights "Copyright © 2008 Talis Information Ltd" ;
    dc:title "Lifecycle Schema"@en ;
    dct:hasFormat <http://purl.org/vocab/lifecycle/schema-20080603.html>, <http://purl.org/vocab/lifecycle/schema-20080603.rdf> ;
    dct:isVersionOf <http://purl.org/vocab/lifecycle/schema#> ;
    dct:issued "2008-06-03" ;
    dct:replaces ns0:schema-20080603 ;
    vann:example <http://purl.org/vocab/lifecycle/example-job-application-lifecycle.html>, <http://purl.org/vocab/lifecycle/schema-diagram.html> ;
    vann:preferredNamespacePrefix "lifecycle" ;
    vann:preferredNamespaceUri "http://purl.org/vocab/lifecycle/schema#" ;
    ns1:license <http://creativecommons.org/licenses/by/2.0/uk/> ;
    a ns1:Work, owl:NamedIndividual, owl:Ontology ;
    rdfs:comment """
			The Lifecycle Schema provides classes and properties that allow the specification of a lifecycle that any resource may pass through. It's intention to allow the description of the states and transitions that constitute a given lifecycle without imposing any constraint on the way in which transitions happen or how long it may take to move through a lifecycle.
    	"""@en .