Unverified Commit 380f1ece authored by Alba Fernández's avatar Alba Fernández Committed by GitHub
Browse files

Merge pull request #77 from OnToologyUser/master

OnToology update
parents 3cc7644c aaff186e
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
[owl2jsonld]
enable = True

[widoco]
enable = True
languages = en

[ar2dtool]
enable = True

[oops]
enable = True
+88 −0
Original line number Diff line number Diff line
{
  "@context" : {
    "UnitOfMeasure" : {
      "@id" : "https://w3id.org/saref#UnitOfMeasure"
    },
    "SoilTensiometer" : {
      "@id" : "https://w3id.org/def/saref4agri#SoilTensiometer"
    },
    "Platform" : {
      "@id" : "http://www.w3.org/ns/sosa/Platform"
    },
    "Deployment" : {
      "@id" : "https://w3id.org/def/saref4agri#Deployment"
    },
    "hasDeploymentPeriod" : {
      "@id" : "https://w3id.org/def/saref4agri#hasDeploymentPeriod"
    },
    "hosts" : {
      "@id" : "http://www.w3.org/ns/sosa/hosts"
    },
    "measuresProperty" : {
      "@id" : "https://w3id.org/saref#measuresProperty"
    },
    "hasValue" : {
      "@id" : "https://w3id.org/saref#hasValue"
    },
    "Instant" : {
      "@id" : "http://www.w3.org/2006/time#Instant"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "Measurement" : {
      "@id" : "https://w3id.org/saref#Measurement"
    },
    "isHostedBy" : {
      "@id" : "http://www.w3.org/ns/sosa/isHostedBy"
    },
    "inDeployment" : {
      "@id" : "http://www.w3.org/ns/ssn/inDeployment"
    },
    "Interval" : {
      "@id" : "http://www.w3.org/2006/time#Interval"
    },
    "hasEnd" : {
      "@id" : "http://www.w3.org/2006/time#hasEnd"
    },
    "hasBeginning" : {
      "@id" : "http://www.w3.org/2006/time#hasBeginning"
    },
    "alt" : {
      "@id" : "http://www.w3.org/2003/01/geo/wgs84_pos#alt"
    },
    "hasSubSystem" : {
      "@id" : "http://www.w3.org/ns/ssn/hasSubSystem"
    },
    "makesMeasurement" : {
      "@id" : "https://w3id.org/saref#makesMeasurement"
    },
    "hasDeployment" : {
      "@id" : "http://www.w3.org/ns/ssn/hasDeployment"
    },
    "Property" : {
      "@id" : "https://w3id.org/saref#Property"
    },
    "inXSDDateTimeStamp" : {
      "@id" : "http://www.w3.org/2006/time#inXSDDateTimeStamp"
    },
    "isMeasuredIn" : {
      "@id" : "https://w3id.org/saref#isMeasuredIn"
    },
    "relatesToProperty" : {
      "@id" : "https://w3id.org/saref#relatesToProperty"
    },
    "deployedSystem" : {
      "@id" : "http://www.w3.org/ns/ssn/deployedSystem"
    },
    "System" : {
      "@id" : "http://www.w3.org/ns/ssn/System"
    },
    "deployedOnPlatform" : {
      "@id" : "http://www.w3.org/ns/ssn/deployedOnPlatform"
    },
    "description" : {
      "@id" : "http://purl.org/dc/elements/1.1/description"
    }
  }
}
+22 −0
Original line number Diff line number Diff line
digraph ar2dtool_diagram { 
rankdir=LR;
size="1501"
	"ex:ArvalisIrrinovStation01SoilSensor02" -> "s4agri:SoilMoisture" [ label = "saref:measuresProperty" ];
	"ex:ArvalisIrrinovStation01SoilSensor02" -> "ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200" [ label = "saref:makesMeasurement" ];
	"ex:TimeInterval2016-2017" -> "ex:instant_2016-01-01T000000" [ label = "time:hasEnd" ];
	"ex:TimeInterval2016-2017" -> "ex:instant_2017-12-31T235959" [ label = "time:hasBeginning" ];
	"ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200" -> "s4agri:SoilMoisture" [ label = "saref:relatesToProperty" ];
	"ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200" -> "om:millibar" [ label = "saref:isMeasuredIn" ];
	"ex:ArvalisDeployment20162017Land07" -> "ex:TimeInterval2016-2017" [ label = "s4agri:hasDeploymentPeriod" ];
	"ex:ArvalisDeployment20162017Land07" -> "ex:ArvalisIrrinovStation01" [ label = "ssn:deployedSystem" ];
	"ex:ArvalisDeployment20162017Land07" -> "ex:PlatformArvalisLand07" [ label = "ssn:deployedOnPlatform" ];
	"https://w3id.org/def/saref4agri/example1" -> "https://w3id.org/def/v1/saref4agri/example1" [ label = "owl:versionIRI" ];
	"ex:ArvalisIrrinovStation01SoilSensor01" -> "s4agri:SoilMoisture" [ label = "saref:measuresProperty" ];
	"ex:PlatformArvalisLand07" -> "ex:ArvalisDeployment20162017Land07" [ label = "ssn:inDeployment" ];
	"ex:PlatformArvalisLand07" -> "ex:ArvalisIrrinovStation01" [ label = "sosa:hosts" ];
	"ex:ArvalisIrrinovStation01" -> "ex:ArvalisIrrinovStation01SoilSensor02" [ label = "ssn:hasSubSystem" ];
	"ex:ArvalisIrrinovStation01" -> "ex:ArvalisIrrinovStation01SoilSensor01" [ label = "ssn:hasSubSystem" ];
	"ex:ArvalisIrrinovStation01" -> "ex:ArvalisDeployment20162017Land07" [ label = "ssn:hasDeployment" ];
	"ex:ArvalisIrrinovStation01" -> "ex:PlatformArvalisLand07" [ label = "sosa:isHostedBy" ];

}
+353 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading