-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.ttl
34 lines (29 loc) · 1.75 KB
/
catalog.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix fdp: <http://rdf.biosemantics.org/ontologies/fdp-o#>.
@prefix lang: <http://id.loc.gov/vocabulary/iso639-1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
<http://localhost:43131/FDP/catalog/phenotypic> a dcat:Catalog ;
dcterms:hasVersion "0.1" ;
rdf:label "Plant Breeding Phenotypic Catalog" ;
dcterms:title "Plant Breeding Phenotypic Catalog" ;
dcterms:modified "2018-11-06T12:12:00.000000+00:00"^^xsd:dateTime ;
fdp:metadataIssued "2018-11-06T12:12:00.000000+00:00"^^xsd:dateTime ;
fdp:metadataModified "2018-11-06T12:12:00.000000+00:00"^^xsd:dateTime ;
dcat:themeTaxonomy <http://dbpedia.org/resource/Breeding> ;
fdp:metadataIdentifier <http://localhost:43131/FDP/catalog/phenotypic#metadataID> ;
dcterms:conformsTo <http://rdf.biosemantics.org/fdp/shex/catalogMetadata> ;
dcterms:isPartOf <http://localhost:43131/FDP/> ;
dcterms:language lang:en ;
dcterms:publisher <http://orcid.org/0000-0002-4368-8058> ;
dcat:dataset <http://localhost:43131/FDP/dataset/Dataset_1.ttl> ,
<http://localhost:43131/FDP/dataset/Dataset_2.ttl> ,
<http://localhost:43131/FDP/dataset/Dataset_3.ttl> .
<http://orcid.org/0000-0002-4368-8058> a foaf:Person ;
<http://xmlns.com/foaf/0.1/name> "Richard Finkers" .
<http://localhost:43131/FDP/catalog/phenotypic#metadataID> dcterms:identifier "49b181f6-4469-11e7-a919-92ebcb67fe33" ;
a <http://purl.org/spar/datacite/ResourceIdentifier> .