@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix api:   <http://purl.org/linked-data/api/vocab#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix parl:  <http://data.parliament.uk/schema/parl#> .

<http://data.parliament.uk/terms/4122>
        parl:isPreferred       true ;
        parl:skosAttribute     "ORG" , "Top Term" ;
        skos:broader           <http://data.parliament.uk/terms/1> ;
        skos:narrower          <http://data.parliament.uk/terms/27055> , <http://data.parliament.uk/terms/558136> ;
        skos:notation          "ORG" ;
        skos:prefLabel         "Boston University" ;
        foaf:isPrimaryTopicOf  <http://eldaddp.azurewebsites.net/terms/4122.ttl> .

<http://data.parliament.uk/terms/27055>
        skos:prefLabel  "Institute for the Study of Economic Culture" .

<http://data.parliament.uk/terms/558136>
        skos:prefLabel  "Frederick S Pardee Center for the Study of the Longer-Range Future" .

<http://data.parliament.uk/terms/1>
        skos:prefLabel  "Organisations" .

<http://eldaddp.azurewebsites.net/terms/4122.ttl>
        a                            api:ItemEndpoint , api:Page ;
        api:definition               <http://eldaddp.azurewebsites.net/meta/terms/_id.ttl> ;
        api:extendedMetadataVersion  <http://eldaddp.azurewebsites.net/terms/4122.ttl?_metadata=all> ;
        foaf:primaryTopic            <http://data.parliament.uk/terms/4122> .
