Skip to content

Commit

Permalink
Corrected prefix URIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator authored and Administrator committed Mar 19, 2024
1 parent 1e2a973 commit a3d1ae4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions .settings/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/org.eclipse.core.resources.prefs
/.jsdtscope
/org.eclipse.wst.jsdt.ui.superType.container
/org.eclipse.wst.jsdt.ui.superType.name
/org.eclipse.wst.validation.prefs
24 changes: 12 additions & 12 deletions chameo-individuals.ttl
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
@prefix : <http://emmo.info/emmo/domain/chameo/chameo#> .
@prefix : <http://w3id.org/emmo-chameo/chameo#> .
@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 emmo: <http://emmo.info/emmo#> .
@prefix emmo: <https://w3id.org/emmo/emmo#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix chameo: <http://emmo.info/emmo/domain/chameo/chameo#> .
@base <http://emmo.info/emmo/domain/chameo/chameo> .
@prefix chameo: <http://w3id.org/emmo-chameo/chameo#> .
@base <http://w3id.org/emmo-chameo/chameo> .

#################################################################
# Individuals
#################################################################

### http://emmo.info/emmo/domain/chameo/chameo#Agent1
### http://w3id.org/emmo/domain/chameo/chameo#Agent1
chameo:Agent1 rdf:type owl:NamedIndividual ,
chameo:Operator .


### http://emmo.info/emmo/domain/chameo/chameo#CalibrationProcess1
### http://w3id.org/emmo/domain/chameo/chameo#CalibrationProcess1
chameo:CalibrationProcess1 rdf:type owl:NamedIndividual ,
chameo:CalibrationProcess .


### http://emmo.info/emmo/domain/chameo/chameo#ChMeasProc1
### http://w3id.org/emmo/domain/chameo/chameo#ChMeasProc1
chameo:ChMeasProc1 rdf:type owl:NamedIndividual ,
chameo:CharacterisationMeasurementProcess .


### http://emmo.info/emmo/domain/chameo/chameo#Determination1
### http://w3id.org/emmo/domain/chameo/chameo#Determination1
chameo:Determination1 rdf:type owl:NamedIndividual ,
emmo:EMMO_10a5fd39_06aa_4648_9e70_f962a9cb2069 ;
emmo:EMMO_dc57d998_23db_4d8e_b2cd_f346b195b846 chameo:InferredChMethod1 .


### http://emmo.info/emmo/domain/chameo/chameo#InferredChMethod1
### http://w3id.org/emmo/domain/chameo/chameo#InferredChMethod1
chameo:InferredChMethod1 rdf:type owl:NamedIndividual ;
emmo:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a chameo:ChMeasProc1 ;
chameo:hasOperator chameo:Agent1 .


### http://emmo.info/emmo/domain/chameo/chameo#hasChValid1
### http://w3id.org/emmo/domain/chameo/chameo#hasChValid1
chameo:hasChValid1 rdf:type owl:NamedIndividual ;
chameo:hasCharacterisationProcedureValidation chameo:hasChValid2 .


### http://emmo.info/emmo/domain/chameo/chameo#hasChValid2
### http://w3id.org/emmo/domain/chameo/chameo#hasChValid2
chameo:hasChValid2 rdf:type owl:NamedIndividual .


### http://emmo.info/emmo/domain/chameo/chameo#hasChValidProp
### http://w3id.org/emmo/domain/chameo/chameo#hasChValidProp
chameo:hasChValidProp rdf:type owl:NamedIndividual .
12 changes: 6 additions & 6 deletions chameo.ttl
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
@prefix : <https://w3id.org/emmo-chameo/chameo#> .
@prefix : <http://w3id.org/emmo-chameo/chameo#> .
@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 bibo: <http://purl.org/ontology/bibo/> .
@prefix emmo: <https://w3id.org/emmo#> .
@prefix emmo: <https://w3id.org/emmo/emmo#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix chameo: <https://w3id.org/emmo-chameo/chameo#> .
@prefix chameo: <http://w3id.org/emmo-chameo/chameo#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@base <https://w3id.org/emmo-chameo/chameo> .
@base <http://w3id.org/emmo-chameo/chameo> .

<https://w3id.org/emmo-chameo/chameo> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo-chameo/1.0.0-beta5/chameo> ;
<http://w3id.org/emmo-chameo/chameo> rdf:type owl:Ontology ;
owl:versionIRI <http://w3id.org/emmo-chameo/1.0.0-beta5/chameo> ;
owl:imports <https://w3id.org/emmo/1.0.0-beta7/mereocausality> ,
<https://w3id.org/emmo/1.0.0-beta7/disciplines/computerscience> ,
<https://w3id.org/emmo/1.0.0-beta7/disciplines/isq> ,
Expand Down

0 comments on commit a3d1ae4

Please sign in to comment.