@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/spar/fabio/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix ns1: <http://purl.org/spar/> . @prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . ns0:film vann:example """ :my-fabio-item a fabio:Item ; fabio:isStoredOn fabio:film . """ ; a ns0:AnalogStorageMedium, owl:NamedIndividual ; rdfs:comment "A thin flexible strip of plastic or other material coated with light-sensitive emulsion upon which images can be recorded, typically using a camera, usually used to record photographic images or motion pictures."@en ; rdfs:isDefinedBy ns1:fabio ; rdfs:label "film"@en ; ns2:term_status "stable"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix ns1: <http://purl.org/spar/> .
@prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

ns0:film
    vann:example """
        :my-fabio-item a fabio:Item ;
            fabio:isStoredOn fabio:film .
    """ ;
    a ns0:AnalogStorageMedium, owl:NamedIndividual ;
    rdfs:comment "A thin flexible strip of plastic or other material coated with light-sensitive emulsion upon which images can be recorded, typically using a camera, usually used to record photographic images or motion pictures."@en ;
    rdfs:isDefinedBy ns1:fabio ;
    rdfs:label "film"@en ;
    ns2:term_status "stable"@en .