21 lines
728 B
Turtle
21 lines
728 B
Turtle
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
@prefix tm: <https://daniel.degu.cl/data/theather-migrants/ontology.ttl#> .
|
|
|
|
<https://daniel.degu.cl/data/theather-migrants/ontology.ttl> a owl:Ontology ;
|
|
rdfs:label "Theater Migrants Ontology"@en ;
|
|
dct:creator tm:DanielHernandez .
|
|
|
|
tm:DanielHernandez a schema:Person ;
|
|
schema:identifier [ a schema:PropertyValue ;
|
|
schema:propertyID "ORCID" ;
|
|
schema:value "0000-0002-7896-0875" ] ;
|
|
schema:familyName "Hernandez"@en ;
|
|
schema:givenName "Daniel"@en ;
|
|
schema:sameAs wd:Q57243435 .
|
|
|
|
# Classes
|
|
|
|
tm:Religion a owl:Class ;
|
|
rdfs:label "Religion"@en ;
|
|
rdfs:comment "A religion or religious tradition."@en .
|