@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/ontology/storyline/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns2: <http://purl.org/ontology/> . ns0:Attribution metadata_def:mappingLoom "attribution" ; metadata_def:mappingSameURI ns0:Attribution ; metadata_def:prefLabel "Attribution" ; a owl:Class ; rdfs:comment "Attribution of a storyline used for attributing the interpretation of the storyline to some agent. An interface class, that doesn't restrict the implementation of an attribution."@en-gb ; rdfs:isDefinedBy ns2:storyline ; rdfs:label "Attribution"@en-gb ; rdfs:subClassOf owl:Thing ; ns1:term_status "testing" . ns0:attributedTo rdfs:range ns0:Attribution .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/ontology/storyline/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns2: <http://purl.org/ontology/> .

ns0:Attribution
    metadata_def:mappingLoom "attribution" ;
    metadata_def:mappingSameURI ns0:Attribution ;
    metadata_def:prefLabel "Attribution" ;
    a owl:Class ;
    rdfs:comment "Attribution of a storyline used for attributing the interpretation of the storyline to some agent. An interface class, that doesn't restrict the implementation of an attribution."@en-gb ;
    rdfs:isDefinedBy ns2:storyline ;
    rdfs:label "Attribution"@en-gb ;
    rdfs:subClassOf owl:Thing ;
    ns1:term_status "testing" .

ns0:attributedTo
    rdfs:range ns0:Attribution .