Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
titleTurtle
@prefix dc:         <http://purl.org/dc/elements/1.1/> .
@prefix dcterms:    <http://purl.org/dc/terms> .
@prefix ore:        <http://www.openarchives.org/ore/terms/> .
  
<http://localhost:3000/individual/vc155> a ore:Aggregation ;
  dcterms:title        "Engineering Handbooks" ;
  dcterms:description  "Virtual collection of reference works for engineering." ;
  dc:creator           <http://vivo.cornell.edu/individual/individual24416> ;
  ore:aggregates <http://da-rdf.library.cornell.edu/individual/b7141838> ;
  ore:aggregates <http://da-rdf.library.cornell.edu/individual/b4004406> ;
  ore:aggregates <http://da-rdf.library.cornell.edu/individual/b304862> .

 

CHANGE DESCRIPTION OF ENGINEERING HANDBOOK

 

 

 

Code Block
languagenone
titleTurtle using ORE ontology's Aggregation class
@prefix ore:     <http://www.openarchives.org/ore/terms/> .
@prefix iana:    <http://www.iana.org/assignments/relation/> .
 
<http://localhost:3000/individual/vci162> a ore:Proxy ;
  ore:proxyFor <http://da-rdf.library.cornell.edu/individual/b7141838> ;
  ore:proxyIn <http://localhost:3000/individual/vc155> ;
  iana:next <http://localhost:3000/individual/vci163> .
 
<http://localhost:3000/individual/vci163> a ore:Proxy ;
  ore:proxyFor <http://da-rdf.library.cornell.edu/individual/b4004406> ;
  ore:proxyIn <http://localhost:3000/individual/vc155> ;
  iana:previous <http://localhost:3000/individual/vci162> ;
  iana:next <http://localhost:3000/individual/vci164> .
 
<http://localhost:3000/individual/vci164> a ore:Proxy ;
  ore:proxyFor <http://da-rdf.library.cornell.edu/individual/b304862> ;
  ore:proxyIn <http://localhost:3000/individual/vc155> ;
  iana:previous <http://localhost:3000/individual/vci163> .

...

Code Block
languagenone
@prefix rdfoa:       <http://www.w3.org/1999/02/22-rdf-syntax-ns#>ns/oa> .
@prefix dctermsskos:     <http://purlwww.w3.org/dc2008/05/terms>skos> .
@prefix dctypes:    

<http://purl.org/dc/dcmitype> .
@prefix cnt:      <http://www.w3.org/2011/content#> .
@prefix oa:       <http://www.w3.org/ns/oa> .
 
<http://localhost:3000/individual/st93> a oa:SemanticTagging ;
  oa:localhost:3000/individual/st93> a oa:SemanticTagging ;
  oa:hasTarget <http://localhost:3000/individual/vci162> ;
  oa:hasBody <http://localhost:3000/individual/ab205>srt25> ;
  oa:annotatedBy <http://vivo.cornell.edu/individual/individual24416> ;
  oa:annotatedAt "2014-09-21T12:00:00Z"^^xsd:dateTime
  oa:motivatedBy oa:tagging .

<http://localhost:3000/individual/ab205>cv3> a dctypes:Text, cnt:ContentAsText skos:Concept;
  skos:prefLabel "Sub-resource Type"@en ;
  skos:narrower <http://localhost:3000/individual/srt1> ;
  skos:narrower <http://localhost:3000/individual/srt2> ;
  skos:narrower <http://localhost:3000/individual/srt3> .

<http://localhost:3000/individual/srt1> a skos:Concept;
  skos:prefLabel "Standards"@en ;
  skos:broader <http://localhost:3000/individual/cv3> .

<http://localhost:3000/individual/srt2> a skos:Concept;
  skos:prefLabel "Handbooks"@en ;
  skos:broader <http://localhost:3000/individual/cv3> .

<http://localhost:3000/individual/srt3> a skos:Concept;
  skos:prefLabel "Dictionaries"@en ;
  cntskos:chars      "Handbooks"broader <http://localhost:3000/individual/cv3> .

<http://localhost:3000/individual/srt4> a skos:Concept;
  skos:prefLabel "Thesis"@en ;
  dctermsskos:format "text/plain" .

broader <http://localhost:3000/individual/cv3> .