Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-125 Use wikidata to provide skos:definition to owl:Class'es #203

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
240 changes: 165 additions & 75 deletions src/human.ttl
Original file line number Diff line number Diff line change
@@ -1,159 +1,249 @@
@prefix : <http://sweetontology.net/human/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 sorep: <http://sweetontology.net/repr/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sohu: <http://sweetontology.net/human/> .
@base <http://sweetontology.net/human> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://sweetontology.net/human/> .

<http://sweetontology.net/human> rdf:type owl:Ontology ;
owl:versionIRI <http://sweetontology.net/human/3.6.0> ;
owl:imports <http://sweetontology.net/repr> ;
rdfs:label "SWEET Ontology Human" ;
dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
owl:versionInfo "3.5.0" .
rdfs:label "SWEET Ontology Human" ;
owl:versionInfo "3.6.0" .

#################################################################
# Annotation properties
#################################################################

### http://purl.org/dc/terms/created
dcterms:created rdf:type owl:AnnotationProperty .


### http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:AnnotationProperty .


### http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty .


### http://purl.org/dc/terms/source
dcterms:source rdf:type owl:AnnotationProperty .


### http://www.w3.org/2004/02/skos/core#definition
skos:definition rdf:type owl:AnnotationProperty .


#################################################################
# Classes
#################################################################

### http://sweetontology.net/human/Behavior
sohu:Behavior rdf:type owl:Class ;
rdfs:subClassOf sohu:PsychologicalParameter ;
rdfs:label "behavior"@en .
:Behavior rdf:type owl:Class ;
rdfs:subClassOf :PsychologicalParameter ;
rdfs:label "behavior"@en ;
skos:definition _:genid1 .

_:genid1 dcterms:created "2020-07-19T15:51:27.045"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q9332> ;
rdfs:comment "way that one acts in different situations"@en .


### http://sweetontology.net/human/Census
sohu:Census rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "census"@en .
:Census rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "census"@en ;
skos:definition _:genid2 .

_:genid2 dcterms:created "2020-07-19T15:51:27.255"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q39825> ;
rdfs:comment "acquiring and recording information about the members of a given population"@en .


### http://sweetontology.net/human/CivilDisturbance
sohu:CivilDisturbance rdf:type owl:Class ;
rdfs:subClassOf sohu:SocialActivity ;
rdfs:label "civil disturbance"@en .
:CivilDisturbance rdf:type owl:Class ;
rdfs:subClassOf :SocialActivity ;
rdfs:label "civil disturbance"@en .


### http://sweetontology.net/human/Colonization
sohu:Colonization rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "colonization"@en .
:Colonization rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "colonization"@en ;
skos:definition _:genid3 .

_:genid3 dcterms:created "2020-07-19T15:51:27.435"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q815962> ;
rdfs:comment "establishment and development of settlements by people or animals"@en .


### http://sweetontology.net/human/ConsumptiveUse
sohu:ConsumptiveUse rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "consumptive use"@en .
:ConsumptiveUse rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "consumptive use"@en .


### http://sweetontology.net/human/EnergyEndUse
sohu:EnergyEndUse rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "energy end use"@en .
:EnergyEndUse rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "energy end use"@en .


### http://sweetontology.net/human/HumanActivity
sohu:HumanActivity rdf:type owl:Class ;
rdfs:label "human activity"@en .
:HumanActivity rdf:type owl:Class ;
rdfs:label "human activity"@en ;
skos:definition _:genid4 .

_:genid4 dcterms:created "2020-07-19T15:51:27.715"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q61788060> ;
rdfs:comment "activity initiated by a human, intentionally of unintentionally"@en .


### http://sweetontology.net/human/HumanCapital
sohu:HumanCapital rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ,
sorep:Knowledge ;
rdfs:label "human capital"@en .
:HumanCapital rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ,
<http://sweetontology.net/repr/Knowledge> ;
rdfs:label "human capital"@en ;
skos:definition _:genid5 .

_:genid5 dcterms:created "2020-07-19T15:51:27.801"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q165687> ;
rdfs:comment "knowledge, skills, training and similar concepts, in economics"@en .


### http://sweetontology.net/human/HumanNeed
sohu:HumanNeed rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "human need"@en .
:HumanNeed rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "human need"@en .


### http://sweetontology.net/human/Manned
sohu:Manned rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
owl:disjointWith sohu:Unmanned ;
rdfs:label "manned"@en .
:Manned rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
owl:disjointWith :Unmanned ;
rdfs:label "manned"@en .


### http://sweetontology.net/human/Mapping
sohu:Mapping rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "mapping"@en .
:Mapping rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "mapping"@en ;
skos:definition _:genid6 .

_:genid6 dcterms:created "2020-07-19T15:51:28.078"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q370502> ;
rdfs:comment "binary relation which is left-total (defined on all its input set)"@en .


### http://sweetontology.net/human/Profession
sohu:Profession rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "profession"@en .
:Profession rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "profession"@en ;
skos:definition _:genid7 .

_:genid7 dcterms:created "2020-07-19T15:51:28.168"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q28640> ;
rdfs:comment "vocation founded upon specialized educational training"@en .


### http://sweetontology.net/human/PsychologicalParameter
sohu:PsychologicalParameter rdf:type owl:Class ;
rdfs:subClassOf sohu:SocialActivity ;
rdfs:label "psychological parameter"@en .
:PsychologicalParameter rdf:type owl:Class ;
rdfs:subClassOf :SocialActivity ;
rdfs:label "psychological parameter"@en .


### http://sweetontology.net/human/Recreation
sohu:Recreation rdf:type owl:Class ;
rdfs:subClassOf sohu:SocialActivity ;
rdfs:label "recreation"@en .
:Recreation rdf:type owl:Class ;
rdfs:subClassOf :SocialActivity ;
rdfs:label "recreation"@en ;
skos:definition _:genid8 .

_:genid8 dcterms:created "2020-07-19T15:51:28.320"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q184872> ;
rdfs:comment "activity of leisure"@en .


### http://sweetontology.net/human/Service
sohu:Service rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "service"@en .
:Service rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "service"@en ;
skos:definition _:genid9 .

_:genid9 dcterms:created "2020-07-19T15:51:28.433"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q759916> ;
rdfs:comment "badminton technique"@en .


### http://sweetontology.net/human/SocialActivity
sohu:SocialActivity rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "social activity"@en .
:SocialActivity rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "social activity"@en .


### http://sweetontology.net/human/SocialBehavior
sohu:SocialBehavior rdf:type owl:Class ;
rdfs:subClassOf sohu:SocialActivity ;
rdfs:label "social behavior"@en .
:SocialBehavior rdf:type owl:Class ;
rdfs:subClassOf :SocialActivity ;
rdfs:label "social behavior"@en .


### http://sweetontology.net/human/SpaceCooling
sohu:SpaceCooling rdf:type owl:Class ;
rdfs:subClassOf sohu:EnergyEndUse ;
rdfs:label "space cooling"@en .
:SpaceCooling rdf:type owl:Class ;
rdfs:subClassOf :EnergyEndUse ;
rdfs:label "space cooling"@en .


### http://sweetontology.net/human/SpaceHeating
sohu:SpaceHeating rdf:type owl:Class ;
rdfs:subClassOf sohu:EnergyEndUse ;
rdfs:label "space heating"@en .
:SpaceHeating rdf:type owl:Class ;
rdfs:subClassOf :EnergyEndUse ;
rdfs:label "space heating"@en .


### http://sweetontology.net/human/Unmanned
sohu:Unmanned rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "unmanned"@en .
:Unmanned rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "unmanned"@en .


### http://sweetontology.net/human/WaterHeating
sohu:WaterHeating rdf:type owl:Class ;
rdfs:subClassOf sohu:EnergyEndUse ;
rdfs:label "water heating"@en .
:WaterHeating rdf:type owl:Class ;
rdfs:subClassOf :EnergyEndUse ;
rdfs:label "water heating"@en ;
skos:definition _:genid10 .

_:genid10 dcterms:created "2020-07-19T15:51:28.877"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q27098513> ;
rdfs:comment "thermodynamic process that uses an energy source to heat water above its initial temperature"@en .


### http://sweetontology.net/human/Work
sohu:Work rdf:type owl:Class ;
rdfs:subClassOf sohu:HumanActivity ;
rdfs:label "work"@en .
:Work rdf:type owl:Class ;
rdfs:subClassOf :HumanActivity ;
rdfs:label "work"@en ;
skos:definition _:genid11 .

_:genid11 dcterms:created "2020-07-19T15:51:28.961"^^xsd:dateTime ;
dcterms:creator <https://orcid.org/0000-0003-2185-928X> ;
dcterms:source <http://www.wikidata.org/entity/Q16532276> ;
rdfs:comment "an activity done by a person to earn a living"@en .


### http://sweetontology.net/repr/Knowledge
sorep:Knowledge rdf:type owl:Class .
<http://sweetontology.net/repr/Knowledge> rdf:type owl:Class .


### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 5.1.15.2020-07-08T08:07:50Z) https://github.com/owlcs/owlapi/
Loading