Versions Compared

Key

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

...

Code Block
languageyml
titleCommunity Taxonomy in TURTLE
linenumberstrue
collapsetrue
### Repository

@prefix void:  <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dspace: <http://digital-repositories.org/ontologies/dspace/0.1.0#> .

<http://localhost:8080/server/rdf/resource/123456789/0>
        dspace:hasCommunity  <http://localhost:8080/server/rdf/resource/123456789/2> , <http://localhost:8080/server/rdf/resource/123456789/1> , <http://localhost:8080/server/rdf/resource/123456789/58> ;
        dcterms:hasPart      <http://localhost:8080/server/rdf/resource/123456789/2> , <http://localhost:8080/server/rdf/resource/123456789/1> , <http://localhost:8080/server/rdf/resource/123456789/58> ;
        void:sparqlEndpoint  <http://localhost/fuseki/dspace/sparql> ;
        foaf:homepage        <http://localhost:8080/> .

### Super Community

@prefix void:  <http:/rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dspace: <http://digital-repositories.org/ontologies/dspace/0.1.0#> .

<http://localhost:8080/server/rdf/resource/123456789/58>
        a                          bibo:Collection ;
        dspace:hasCollection       <http://localhost:8080/server/rdf/resource/123456789/61> , <http://localhost:8080/server/rdf/resource/123456789/62> , <http://localhost:8080/server/rdf/resource/123456789/63> , 
								   <http://localhost:8080/server/rdf/resource/123456789/64> ;
        dspace:hasSubcommunity     <http://localhost:8080/server/rdf/resource/123456789/60> , <http://localhost:8080/server/rdf/resource/123456789/59> ;
        dspace:isPartOfRepository  <http://localhost:8080/server/rdf/resource/123456789/0> ;
        dcterms:hasPart            <http://localhost:8080/server/rdf/resource/123456789/60> , <http://localhost:8080/server/rdf/resource/123456789/63> , <http://localhost:8080/server/rdf/resource/123456789/59> , 
								   <http://localhost:8080/server/rdf/resource/123456789/64> , <http://localhost:8080/server/rdf/resource/123456789/61> , <http://localhost:8080/server/rdf/resource/123456789/62> ;
        dcterms:isPartOf           <http://localhost:8080/server/rdf/resource/123456789/0> ;
        void:sparqlEndpoint        <http://localhost/fuseki/dspace/sparql> ;
        foaf:homepage              <http://localhost:8080/> .


### Super Community / Sub Community 1

@prefix void:  <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dspace: <http://digital-repositories.org/ontologies/dspace/0.1.0#> .

<http://localhost:8080/server/rdf/resource/123456789/59>
        a                        bibo:Collection ;
        dspace:hasCollection     <http://localhost:8080/server/rdf/resource/123456789/61> , <http://localhost:8080/server/rdf/resource/123456789/62> ;
        dspace:hasSubcommunity   <http://localhost:8080/server/rdf/resource/123456789/65> ;
        dspace:isSubcommunityOf  <http://localhost:8080/server/rdf/resource/123456789/58> ;
        dcterms:hasPart          <http://localhost:8080/server/rdf/resource/123456789/62> , <http://localhost:8080/server/rdf/resource/123456789/65> , <http://localhost:8080/server/rdf/resource/123456789/61> ;
        dcterms:isPartOf         <http://localhost:8080/server/rdf/resource/123456789/58> ;
        void:sparqlEndpoint      <http://localhost/fuseki/dspace/sparql> ;
        foaf:homepage            <http://localhost:8080/> .

### Super Community / Sub Community 2

@prefix void:  <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dspace: <http://digital-repositories.org/ontologies/dspace/0.1.0#> .

<http://localhost:8080/server/rdf/resource/123456789/60>
        a                        bibo:Collection ;
        dspace:hasCollection     <http://localhost:8080/server/rdf/resource/123456789/63> , <http://localhost:8080/server/rdf/resource/123456789/64> ;
        dspace:isSubcommunityOf  <http://localhost:8080/server/rdf/resource/123456789/58> ;
        dcterms:hasPart          <http://localhost:8080/server/rdf/resource/123456789/63> , <http://localhost:8080/server/rdf/resource/123456789/64> ;
        dcterms:isPartOf         <http://localhost:8080/server/rdf/resource/123456789/58> ;
        void:sparqlEndpoint      <http://localhost/fuseki/dspace/sparql> ;
        foaf:homepage            <http://localhost:8080/> .

### Sub Community 1 / Papers (Collection)

@prefix void:  <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dspace: <http://digital-repositories.org/ontologies/dspace/0.1.0#> .

<http://localhost:8080/server/rdf/resource/123456789/61>
        a                         bibo:Collection ;
        dspace:hasItem            <http://localhost:8080/server/rdf/resource/123456789/66> ;
        dspace:isPartOfCommunity  <http://localhost:8080/server/rdf/resource/123456789/59> , <http://localhost:8080/server/rdf/resource/123456789/58> ;
        dcterms:hasPart           <http://localhost:8080/server/rdf/resource/123456789/66> ;
        dcterms:isPartOf          <http://localhost:8080/server/rdf/resource/123456789/59> , <http://localhost:8080/server/rdf/resource/123456789/58> ;
        void:sparqlEndpoint       <http://localhost/fuseki/dspace/sparql> ;
        foaf:homepage             <http://localhost:8080/> .

### Sub Community 1 / Thesis (Collection)

@prefix void:  <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dspace: <http://digital-repositories.org/ontologies/dspace/0.1.0#> .

<http://localhost:8080/server/rdf/resource/123456789/62>
        a                         bibo:Collection ;
        dspace:hasItem            <http://localhost:8080/server/rdf/resource/123456789/68> ;
        dspace:isPartOfCommunity  <http://localhost:8080/server/rdf/resource/123456789/59> , <http://localhost:8080/server/rdf/resource/123456789/58> ;
        dcterms:hasPart           <http://localhost:8080/server/rdf/resource/123456789/68> ;
        dcterms:isPartOf          <http://localhost:8080/server/rdf/resource/123456789/59> , <http://localhost:8080/server/rdf/resource/123456789/58> ;
        void:sparqlEndpoint       <http://localhost/fuseki/dspace/sparql> ;
        foaf:homepage             <http://localhost:8080/> .

### Sub Community 1 / Papers / Test paper (Item)

@prefix void:  <http://rdfs.org/ns/void#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dspace: <http://digital-repositories.org/ontologies/dspace/0.1.0#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://localhost:8080/server/rdf/resource/123456789/66>
        dspace:hasBitstream        <http://localhost:4000/bitstream/123456789/66/1/bubble-chart-line.png> ;
        dspace:isPartOfCollection  <http://localhost:8080/server/rdf/resource/123456789/61> ;
        dc:date                    "2022-04-02T06:26:06Z"^^xsd:dateTime ;
        dcterms:available          "2022-04-02T06:26:06Z"^^xsd:dateTime ;
        dcterms:hasPart            <http://localhost:4000/bitstream/123456789/66/1/bubble-chart-line.png> ;
        dcterms:isPartOf           <http://localhost:8080/server/rdf/resource/123456789/61> ;
        dcterms:issued             "2022" ;
        dcterms:title              "Test paper" ;
        bibo:uri                   <http://localhost:4000/handle/123456789/66> ;
        void:sparqlEndpoint        <http://localhost/fuseki/dspace/sparql> ;
        foaf:homepage              <http://localhost:8080/> .

### Sub Community 1 / Papers / Test thesis (Item)

@prefix void:  <http://rdfs.org/ns/void#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dspace: <http://digital-repositories.org/ontologies/dspace/0.1.0#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://localhost:8080/server/rdf/resource/123456789/68>
        dspace:hasBitstream        <http://localhost:4000/bitstream/123456789/68/1/bubble-chart-line.png> ;
        dspace:isPartOfCollection  <http://localhost:8080/server/rdf/resource/123456789/62> ;
        dc:date                    "2022-04-02T06:28:50Z"^^xsd:dateTime ;
        dcterms:available          "2022-04-02T06:28:50Z"^^xsd:dateTime ;
        dcterms:hasPart            <http://localhost:4000/bitstream/123456789/68/1/bubble-chart-line.png> ;
        dcterms:isPartOf           <http://localhost:8080/server/rdf/resource/123456789/62> ;
        dcterms:issued             "2022" ;
        dcterms:title              "Test thesis" ;
        bibo:uri                   <http://localhost:4000/handle/123456789/68> ;
        void:sparqlEndpoint        <http://localhost/fuseki/dspace/sparql> ;
        foaf:homepage              <http://localhost:8080/> .

...