rightsstatements / rights-app

Web application to serve the rightsstatements.org vocabulary
http://rightsstatements.org/vocab/1.0/
European Union Public License 1.1
1 stars 3 forks source link

Dereference collections #36

Closed literarymachine closed 8 years ago

literarymachine commented 8 years ago

Fixes #35

literarymachine commented 8 years ago

On dev, see e.g. http://h2481931.stratoserver.net:9001/collection-ic/1.0/ in the browser or

$ curl -v -H "Accept: text/turtle" http://h2481931.stratoserver.net:9001/collection-ic/1.0/
> GET /collection-ic/1.0/ HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: h2481931.stratoserver.net:9001
> Accept: text/turtle
> 
< HTTP/1.1 200 OK
< Content-Type: text/turtle
< Content-Location: http://h2481931.stratoserver.net:9001/collection-ic/1.0.ttl
< Date: Wed, 23 Dec 2015 15:01:44 GMT
< Content-Length: 1201
< 
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix schema: <http://schema.org/> .
@prefix premiscopy: <http://id.loc.gov/vocabulary/preservation/copyrightStatus/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix p3p:   <http://www.w3.org/2002/01/p3prdfv1#> .
@prefix edm:   <http://www.europeana.eu/schemas/edm/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix odrl:  <http://www.w3c.org/community/odrl/two/vocab/2.1/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://rightsstatements.org/vocab/collection-ic/1.0/>
        a                skos:Collection ;
        owl:versionInfo  "1.0" ;
        skos:member      <http://rightsstatements.org/vocab/InC/1.0/> , <http://rightsstatements.org/vocab/InC-OW-EU/1.0/> , <http://rightsstatements.org/vocab/InC-RUU/1.0/> , <http://rightsstatements.org/vocab/InC-EDU/1.0/> , <http://rightsstatements.org/vocab/InC-NC/1.0/> ;
        skos:prefLabel   "Rights Statements for works that are in copyright"@en .
acka47 commented 8 years ago

+1