-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgnaf-iso19160.ttl
More file actions
41 lines (31 loc) · 1.93 KB
/
Copy pathgnaf-iso19160.ttl
File metadata and controls
41 lines (31 loc) · 1.93 KB
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
35
36
37
38
39
40
41
@prefix : <http://example.org/gnaf-iso19160#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix gnaf: <http://linked.data.gov.au/def/gnaf#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix gnaf-asgs: <http://example.org/gnaf-iso19160#> .
@base <http://example.org/gnaf-iso19160> .
<http://example.org/gnaf-iso19160> rdf:type owl:Ontology ;
owl:imports <http://linked.data.gov.au/def/gnaf> ,
<http://reference.data.gov.au/def/ont/iso19160-1-address> ;
dcterms:created "2019-12-14"^^xsd:date ;
dcterms:creator <https://orcid.org/0000-0002-3884-3420> ;
rdfs:comment "Alignments between gnaf-ont and ISO 19160-1" .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/terms/created
dcterms:created rdf:type owl:AnnotationProperty .
#################################################################
# Classes
#################################################################
### http://linked.data.gov.au/def/gnaf#Address
gnaf:Address rdf:type owl:Class ;
rdfs:subClassOf <http://reference.data.gov.au/def/ont/iso19160-1-address#Address> .
### http://reference.data.gov.au/def/ont/iso19160-1-address#Address
<http://reference.data.gov.au/def/ont/iso19160-1-address#Address> rdf:type owl:Class ;
rdfs:label "ISO19160-1 Address"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi