@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/odrl/2/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://www.w3.org/ns/odrl/2/#> . ns1:deprecatedTerms skos:member ns0:PartyScope . ns0:All a ns0:PartyScope . ns0:All2ndConnections a ns0:PartyScope . ns0:AllConnections a ns0:PartyScope . ns0:AllGroups a ns0:PartyScope . ns0:Group a ns0:PartyScope . ns0:Individual a ns0:PartyScope . ns0:PartyScope metadata_def:mappingLoom "partyscope" ; metadata_def:mappingSameURI ns0:PartyScope ; metadata_def:prefLabel "Party Scope"@en ; metadata:prefixIRI "odrl:PartyScope" ; a owl:Class, owl:NamedIndividual, skos:Concept ; rdfs:isDefinedBy <http://www.w3.org/ns/odrl/2/> ; rdfs:label "Party Scope"@en ; rdfs:subClassOf owl:Thing ; owl:deprecated true ; skos:definition "Scopes for Party Scope expressions."@en ; skos:note "Instances of the PartyScope class represent the terms for the scope property of Parties."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/odrl/2/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://www.w3.org/ns/odrl/2/#> .

ns1:deprecatedTerms
    skos:member ns0:PartyScope .

ns0:All
    a ns0:PartyScope .

ns0:All2ndConnections
    a ns0:PartyScope .

ns0:AllConnections
    a ns0:PartyScope .

ns0:AllGroups
    a ns0:PartyScope .

ns0:Group
    a ns0:PartyScope .

ns0:Individual
    a ns0:PartyScope .

ns0:PartyScope
    metadata_def:mappingLoom "partyscope" ;
    metadata_def:mappingSameURI ns0:PartyScope ;
    metadata_def:prefLabel "Party Scope"@en ;
    metadata:prefixIRI "odrl:PartyScope" ;
    a owl:Class, owl:NamedIndividual, skos:Concept ;
    rdfs:isDefinedBy <http://www.w3.org/ns/odrl/2/> ;
    rdfs:label "Party Scope"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:deprecated true ;
    skos:definition "Scopes for Party Scope expressions."@en ;
    skos:note "Instances of the PartyScope class represent the terms for the scope property of Parties."@en .