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

Added the SemanticArtefact class definition to MOD 2.0 #55

Merged
merged 4 commits into from
Jan 24, 2024
Merged
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
6 changes: 5 additions & 1 deletion mod-v2.0_ontology.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,6 @@ dcterms:relation rdf:type rdf:Property ;
prov:wasInfluencedBy "FAIR principle: I2" .



### https://w3id.org/mod#semanticArtefactRelation
mod:semanticArtefactRelation
rdf:type owl:ObjectProperty ;
Expand Down Expand Up @@ -2976,6 +2975,11 @@ dcterms:accrualPolicy
# Classes
#################################################################

### https://w3id.org/mod#SemanticArtefact
mod:SemanticArtefact
rdf:type owl:Class ;
rdfs:label "Semantic Artefact"@en .
rdfs:comment "A specification of a conceptualization that may be represented by different levels of formalization (including controlled lists, thesauri and ontologies - either lightweight or heavyweight."@en ;


### https://w3id.org/mod#Analytics
Expand Down