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

Remove assigned #302

Open
wants to merge 1 commit into
base: 1.0.0-rc2
Choose a base branch
from
Open
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
18 changes: 6 additions & 12 deletions disciplines/metrology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
dcterms:abstract """Defines the formal language of metrology, including theoretical and practical aspects of measurements.

This module is based on the International vocabulary of metrology (VIM) as well as the ISO/IEC 80000 standard."""@en ;
dcterms:creator <https://orcid.org/0000-0003-0514-9229> ,
<https://orcid.org/0000-0003-3805-8761> ,
<https://orcid.org/0000-0003-4065-9742> ,
dcterms:creator <https://orcid.org/0000-0002-1560-809X> ,
<https://orcid.org/0000-0002-4181-2852> ,
<https://orcid.org/0000-0002-1560-809X> ;
<https://orcid.org/0000-0003-0514-9229> ,
<https://orcid.org/0000-0003-3805-8761> ,
<https://orcid.org/0000-0003-4065-9742> ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher <https://emmc.eu> ;
dcterms:title "Metrology"@en ;
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "[email protected]" ;
rdfs:comment "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
owl:versionInfo "1.0.0-rc1" .
owl:versionInfo "1.0.0-rc1" ;
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "[email protected]" .

#################################################################
# Annotation properties
Expand Down Expand Up @@ -776,12 +776,6 @@ Then I have two different physical quantities that are properties thanks to two
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A quantitative property attributed by agreement to a quantity for a given purpose."@en .


### https://w3id.org/emmo#EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8
:EMMO_dabe353b_8bfc_4da7_8ac7_8f52786d16f8 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_9b87d718_9dcc_4f7d_ad20_12c2aa4c76be ;
skos:prefLabel "Assigned"@en .


### https://w3id.org/emmo#EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5
:EMMO_db716151_6b73_45ff_910c_d182fdcbb4f5 rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
Expand Down