diff --git a/annotated-schemas/unstable/sosa/context.jsonld b/annotated-schemas/unstable/sosa/context.jsonld index 54c4bd0e2..8794b40e3 100644 --- a/annotated-schemas/unstable/sosa/context.jsonld +++ b/annotated-schemas/unstable/sosa/context.jsonld @@ -1,7 +1,10 @@ { "@context": { "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -20,31 +23,201 @@ }, "hasResult": "sosa:hasResult", "hasSimpleResult": "sosa:hasSimpleResult", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", "id": "@id", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id", + "@context": { + "features": { + "@container": "@set", + "@id": "geojson:features" + }, + "featureType": "@type" + }, + "@container": "@set" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id", + "@context": { + "featureType": "@type" + } + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set", + "@context": {} + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -53,77 +226,149 @@ "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "isResultOf": "sosa:isResultOf", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set", - "@context": {} + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": { - "@context": { - "featureType": "@type" - }, - "@id": "sosa:hasMember" + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" }, - "features": { - "@context": { - "features": { - "@container": "@set", - "@id": "geojson:features" - }, - "featureType": "@type" - }, - "@container": "@set", - "@id": "sosa:hasMember" + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, "properties": "@nest", "featureType": "geojson:collectionFeatureType", diff --git a/annotated-schemas/unstable/sosa/examples/vectorObservation/context.jsonld b/annotated-schemas/unstable/sosa/examples/vectorObservation/context.jsonld index 1a5d0a936..161904a91 100644 --- a/annotated-schemas/unstable/sosa/examples/vectorObservation/context.jsonld +++ b/annotated-schemas/unstable/sosa/examples/vectorObservation/context.jsonld @@ -1,7 +1,10 @@ { "@context": { "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -20,31 +23,189 @@ }, "hasResult": "sosa:hasResult", "hasSimpleResult": "sosa:hasSimpleResult", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", "id": "@id", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -53,62 +214,150 @@ "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "isResultOf": "sosa:isResultOf", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": "sosa:hasMember", - "features": "sosa:hasMember", "properties": "@nest", "featureType": "@type", "position": { diff --git a/annotated-schemas/unstable/sosa/examples/vectorObservationFeature/context.jsonld b/annotated-schemas/unstable/sosa/examples/vectorObservationFeature/context.jsonld index 4e82a975a..385ac62f7 100644 --- a/annotated-schemas/unstable/sosa/examples/vectorObservationFeature/context.jsonld +++ b/annotated-schemas/unstable/sosa/examples/vectorObservationFeature/context.jsonld @@ -28,7 +28,8 @@ "@container": "@set", "@id": "geojson:features" } - } + }, + "@type": "@id" }, "links": { "@context": { @@ -56,7 +57,10 @@ "@id": "geojson:coordinates" }, "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -75,30 +79,185 @@ }, "hasResult": "sosa:hasResult", "hasSimpleResult": "sosa:hasSimpleResult", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id", + "@context": {} + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -107,63 +266,149 @@ "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "isResultOf": "sosa:isResultOf", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": { - "@context": {}, - "@id": "sosa:hasMember" + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, "position": { "@context": { diff --git a/annotated-schemas/unstable/sosa/features/observation/context.jsonld b/annotated-schemas/unstable/sosa/features/observation/context.jsonld index 9d47c4278..170ea4cc4 100644 --- a/annotated-schemas/unstable/sosa/features/observation/context.jsonld +++ b/annotated-schemas/unstable/sosa/features/observation/context.jsonld @@ -50,7 +50,10 @@ "@id": "geojson:coordinates" }, "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -69,30 +72,184 @@ }, "hasResult": "sosa:hasResult", "hasSimpleResult": "sosa:hasSimpleResult", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -101,61 +258,150 @@ "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "isResultOf": "sosa:isResultOf", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": "sosa:hasMember", "geojson": "https://purl.org/geojson/vocab#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "oa": "http://www.w3.org/ns/oa#", diff --git a/annotated-schemas/unstable/sosa/features/observation/schema-oas3.0.json b/annotated-schemas/unstable/sosa/features/observation/schema-oas3.0.json index 5e7190441..649f578eb 100644 --- a/annotated-schemas/unstable/sosa/features/observation/schema-oas3.0.json +++ b/annotated-schemas/unstable/sosa/features/observation/schema-oas3.0.json @@ -18,40 +18,195 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "id": "@id", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "id": "@id", - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -60,73 +215,167 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", "resultTime": "http://www.w3.org/ns/sosa/resultTime", "usedProcedure": { "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", "x-jsonld-type": "@id" }, - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "featureType": "@type" }, "x-jsonld-prefixes": { diff --git a/annotated-schemas/unstable/sosa/features/observation/schema-oas3.0.yaml b/annotated-schemas/unstable/sosa/features/observation/schema-oas3.0.yaml index 5f10c9e14..77b285181 100644 --- a/annotated-schemas/unstable/sosa/features/observation/schema-oas3.0.yaml +++ b/annotated-schemas/unstable/sosa/features/observation/schema-oas3.0.yaml @@ -10,97 +10,276 @@ x-defs: $ref: ../../properties/observation/schema.yaml x-jsonld-id: '@nest' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember featureType: '@type' x-jsonld-prefixes: sosa: http://www.w3.org/ns/sosa/ diff --git a/annotated-schemas/unstable/sosa/features/observation/schema.json b/annotated-schemas/unstable/sosa/features/observation/schema.json index 59bc923fb..3de140bc5 100644 --- a/annotated-schemas/unstable/sosa/features/observation/schema.json +++ b/annotated-schemas/unstable/sosa/features/observation/schema.json @@ -17,40 +17,195 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "id": "@id", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "id": "@id", - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -59,73 +214,167 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", "resultTime": "http://www.w3.org/ns/sosa/resultTime", "usedProcedure": { "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", "x-jsonld-type": "@id" }, - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "featureType": "@type" }, "x-jsonld-prefixes": { diff --git a/annotated-schemas/unstable/sosa/features/observation/schema.yaml b/annotated-schemas/unstable/sosa/features/observation/schema.yaml index 046ad68c0..abf811496 100644 --- a/annotated-schemas/unstable/sosa/features/observation/schema.yaml +++ b/annotated-schemas/unstable/sosa/features/observation/schema.yaml @@ -9,97 +9,276 @@ allOf: $ref: ../../properties/observation/schema.yaml x-jsonld-id: '@nest' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember featureType: '@type' x-jsonld-prefixes: sosa: http://www.w3.org/ns/sosa/ diff --git a/annotated-schemas/unstable/sosa/features/observationCollection/context.jsonld b/annotated-schemas/unstable/sosa/features/observationCollection/context.jsonld index 553c4160b..445bd18c8 100644 --- a/annotated-schemas/unstable/sosa/features/observationCollection/context.jsonld +++ b/annotated-schemas/unstable/sosa/features/observationCollection/context.jsonld @@ -31,7 +31,8 @@ "featureType": "@type" }, "@container": "@set", - "@id": "sosa:hasMember" + "@id": "sosa:hasMember", + "@type": "@id" }, "id": "@id", "properties": "@nest", @@ -53,7 +54,10 @@ "Point": "geojson:Point", "Polygon": "geojson:Polygon", "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -74,32 +78,185 @@ "@context": { "featureType": "@type" }, - "@id": "sosa:hasMember" + "@id": "sosa:hasMember", + "@type": "@id" }, - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasResult": "sosa:hasResult", + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSimpleResult": "sosa:hasSimpleResult", + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -108,62 +265,150 @@ "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "hasResult": "sosa:hasResult", - "isResultOf": "sosa:isResultOf", - "hasSimpleResult": "sosa:hasSimpleResult", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", "coordinates": { "@container": "@list", "@id": "geojson:coordinates" diff --git a/annotated-schemas/unstable/sosa/features/observationCollection/schema-oas3.0.json b/annotated-schemas/unstable/sosa/features/observationCollection/schema-oas3.0.json index 75b7273fe..5190186a2 100644 --- a/annotated-schemas/unstable/sosa/features/observationCollection/schema-oas3.0.json +++ b/annotated-schemas/unstable/sosa/features/observationCollection/schema-oas3.0.json @@ -25,46 +25,198 @@ } ] }, - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember" + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" } } } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "id": "@id", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "id": "@id", - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -73,72 +225,167 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", "resultTime": "http://www.w3.org/ns/sosa/resultTime", "usedProcedure": { "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", "x-jsonld-type": "@id" }, - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", "featureType": "@type" }, "x-jsonld-prefixes": { diff --git a/annotated-schemas/unstable/sosa/features/observationCollection/schema-oas3.0.yaml b/annotated-schemas/unstable/sosa/features/observationCollection/schema-oas3.0.yaml index 75e296e95..12173e45c 100644 --- a/annotated-schemas/unstable/sosa/features/observationCollection/schema-oas3.0.yaml +++ b/annotated-schemas/unstable/sosa/features/observationCollection/schema-oas3.0.yaml @@ -15,97 +15,275 @@ x-defs: - $ref: ../observation/schema.yaml - type: string x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember featureType: '@type' x-jsonld-prefixes: sosa: http://www.w3.org/ns/sosa/ diff --git a/annotated-schemas/unstable/sosa/features/observationCollection/schema.json b/annotated-schemas/unstable/sosa/features/observationCollection/schema.json index efc57c110..f8089b946 100644 --- a/annotated-schemas/unstable/sosa/features/observationCollection/schema.json +++ b/annotated-schemas/unstable/sosa/features/observationCollection/schema.json @@ -24,46 +24,198 @@ } ] }, - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember" + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" } } } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "id": "@id", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "id": "@id", - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -72,72 +224,167 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", "resultTime": "http://www.w3.org/ns/sosa/resultTime", "usedProcedure": { "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", "x-jsonld-type": "@id" }, - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", "featureType": "@type" }, "x-jsonld-prefixes": { diff --git a/annotated-schemas/unstable/sosa/features/observationCollection/schema.yaml b/annotated-schemas/unstable/sosa/features/observationCollection/schema.yaml index 91348c1b6..335ffcfa6 100644 --- a/annotated-schemas/unstable/sosa/features/observationCollection/schema.yaml +++ b/annotated-schemas/unstable/sosa/features/observationCollection/schema.yaml @@ -14,97 +14,275 @@ allOf: - $ref: ../observation/schema.yaml - type: string x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember featureType: '@type' x-jsonld-prefixes: sosa: http://www.w3.org/ns/sosa/ diff --git a/annotated-schemas/unstable/sosa/properties/observation/context.jsonld b/annotated-schemas/unstable/sosa/properties/observation/context.jsonld index 2350af5b3..f2d2266f0 100644 --- a/annotated-schemas/unstable/sosa/properties/observation/context.jsonld +++ b/annotated-schemas/unstable/sosa/properties/observation/context.jsonld @@ -1,7 +1,10 @@ { "@context": { "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -20,31 +23,189 @@ }, "hasResult": "sosa:hasResult", "hasSimpleResult": "sosa:hasSimpleResult", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", "id": "@id", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -53,62 +214,150 @@ "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "isResultOf": "sosa:isResultOf", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": "sosa:hasMember", - "features": "sosa:hasMember", "properties": "@nest", "featureType": "@type", "sosa": "http://www.w3.org/ns/sosa/", diff --git a/annotated-schemas/unstable/sosa/properties/observation/schema-oas3.0.json b/annotated-schemas/unstable/sosa/properties/observation/schema-oas3.0.json index 6684cf628..ff76e0fc6 100644 --- a/annotated-schemas/unstable/sosa/properties/observation/schema-oas3.0.json +++ b/annotated-schemas/unstable/sosa/properties/observation/schema-oas3.0.json @@ -15,6 +15,7 @@ "string" ], "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", + "x-jsonld-type": "@id", "anyOf": { "anyOf": [ { @@ -118,31 +119,189 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", "id": "@id", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", + "x-jsonld-type": "@id" + }, + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", + "x-jsonld-type": "@id" + }, + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -151,62 +310,150 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", "x-jsonld-type": "@id" }, - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, diff --git a/annotated-schemas/unstable/sosa/properties/observation/schema-oas3.0.yaml b/annotated-schemas/unstable/sosa/properties/observation/schema-oas3.0.yaml index ae7dfb623..e91e4c786 100644 --- a/annotated-schemas/unstable/sosa/properties/observation/schema-oas3.0.yaml +++ b/annotated-schemas/unstable/sosa/properties/observation/schema-oas3.0.yaml @@ -12,6 +12,7 @@ x-defs: - object - string x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' anyOf: anyOf: - type: object @@ -66,81 +67,258 @@ x-defs: - required: - hasSimpleResult x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform id: '@id' - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: diff --git a/annotated-schemas/unstable/sosa/properties/observation/schema.json b/annotated-schemas/unstable/sosa/properties/observation/schema.json index f8d5544c3..43734fcb6 100644 --- a/annotated-schemas/unstable/sosa/properties/observation/schema.json +++ b/annotated-schemas/unstable/sosa/properties/observation/schema.json @@ -13,7 +13,8 @@ "object", "string" ], - "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime" + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", + "x-jsonld-type": "@id" }, "hasFeatureOfInterest": { "type": [ @@ -67,31 +68,189 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", "id": "@id", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", + "x-jsonld-type": "@id" + }, + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", + "x-jsonld-type": "@id" + }, + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -100,62 +259,150 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", "x-jsonld-type": "@id" }, - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, diff --git a/annotated-schemas/unstable/sosa/properties/observation/schema.yaml b/annotated-schemas/unstable/sosa/properties/observation/schema.yaml index 3a8cf3a14..9ed32421a 100644 --- a/annotated-schemas/unstable/sosa/properties/observation/schema.yaml +++ b/annotated-schemas/unstable/sosa/properties/observation/schema.yaml @@ -11,6 +11,7 @@ properties: - object - string x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' hasFeatureOfInterest: type: - object @@ -45,81 +46,258 @@ anyOf: - required: - hasSimpleResult x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform id: '@id' - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: diff --git a/annotated-schemas/unstable/sosa/properties/observationCollection/context.jsonld b/annotated-schemas/unstable/sosa/properties/observationCollection/context.jsonld index fd89605d6..b2bac0e43 100644 --- a/annotated-schemas/unstable/sosa/properties/observationCollection/context.jsonld +++ b/annotated-schemas/unstable/sosa/properties/observationCollection/context.jsonld @@ -1,7 +1,10 @@ { "@context": { "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -20,33 +23,190 @@ }, "hasMember": { "@context": {}, - "@id": "sosa:hasMember" + "@id": "sosa:hasMember", + "@type": "@id" }, - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", "id": "@id", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasResult": "sosa:hasResult", + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSimpleResult": "sosa:hasSimpleResult", + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -55,63 +215,150 @@ "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "hasResult": "sosa:hasResult", - "isResultOf": "sosa:isResultOf", - "hasSimpleResult": "sosa:hasSimpleResult", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "features": "sosa:hasMember", "properties": "@nest", "featureType": "@type", "sosa": "http://www.w3.org/ns/sosa/", diff --git a/annotated-schemas/unstable/sosa/properties/observationCollection/schema-oas3.0.json b/annotated-schemas/unstable/sosa/properties/observationCollection/schema-oas3.0.json index 83e8c19f3..1cf6166f7 100644 --- a/annotated-schemas/unstable/sosa/properties/observationCollection/schema-oas3.0.json +++ b/annotated-schemas/unstable/sosa/properties/observationCollection/schema-oas3.0.json @@ -17,6 +17,7 @@ "string" ], "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", + "x-jsonld-type": "@id", "anyOf": { "anyOf": [ { @@ -115,7 +116,8 @@ } ] }, - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember" + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" } } } @@ -142,31 +144,187 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", "id": "@id", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", + "x-jsonld-type": "@id" + }, + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", + "x-jsonld-type": "@id" + }, + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -175,63 +333,150 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, diff --git a/annotated-schemas/unstable/sosa/properties/observationCollection/schema-oas3.0.yaml b/annotated-schemas/unstable/sosa/properties/observationCollection/schema-oas3.0.yaml index d4f6b535d..e8daf5a32 100644 --- a/annotated-schemas/unstable/sosa/properties/observationCollection/schema-oas3.0.yaml +++ b/annotated-schemas/unstable/sosa/properties/observationCollection/schema-oas3.0.yaml @@ -14,6 +14,7 @@ x-defs: - object - string x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' anyOf: anyOf: - type: object @@ -66,6 +67,7 @@ x-defs: - $ref: ../observation/schema.yaml - $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' allOf: - $ref: '#/$defs/collection' - not: @@ -75,82 +77,257 @@ x-defs: - required: - hasSimpleResult x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform id: '@id' - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: diff --git a/annotated-schemas/unstable/sosa/properties/observationCollection/schema.json b/annotated-schemas/unstable/sosa/properties/observationCollection/schema.json index a0f79865e..4c5526a4d 100644 --- a/annotated-schemas/unstable/sosa/properties/observationCollection/schema.json +++ b/annotated-schemas/unstable/sosa/properties/observationCollection/schema.json @@ -15,7 +15,8 @@ "object", "string" ], - "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime" + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", + "x-jsonld-type": "@id" }, "hasFeatureOfInterest": { "type": [ @@ -64,7 +65,8 @@ } ] }, - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember" + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" } } } @@ -91,31 +93,187 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", "id": "@id", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", + "x-jsonld-type": "@id" + }, + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", + "x-jsonld-type": "@id" + }, + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -124,63 +282,150 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, diff --git a/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml b/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml index 9965e6479..23003f362 100644 --- a/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml +++ b/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml @@ -13,6 +13,7 @@ $defs: - object - string x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' hasFeatureOfInterest: type: - object @@ -45,6 +46,7 @@ $defs: - $ref: ../observation/schema.yaml - $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' allOf: - $ref: '#/$defs/collection' - not: @@ -54,82 +56,257 @@ allOf: - required: - hasSimpleResult x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform id: '@id' - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: diff --git a/annotated-schemas/unstable/sosa/properties/platform/context.jsonld b/annotated-schemas/unstable/sosa/properties/platform/context.jsonld index aca6fe003..aded4c41b 100644 --- a/annotated-schemas/unstable/sosa/properties/platform/context.jsonld +++ b/annotated-schemas/unstable/sosa/properties/platform/context.jsonld @@ -6,40 +6,190 @@ "@type": "@id", "@container": "@set" }, - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", - "observedProperty": { - "@id": "sosa:observedProperty", + "id": "@id", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "id": "@id", - "phenomenonTime": "sosa:phenomenonTime", - "observes": { - "@id": "sosa:observes", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuator": { + "@id": "sosa:Actuator", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Deployment": { + "@id": "sosa:Deployment", "@type": "@id" }, - "madeBySensor": { - "@id": "sosa:madeBySensor", + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasFeatureOfInterest": { + "@id": "sosa:hasFeatureOfInterest", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasResult": "sosa:hasResult", + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSimpleResult": "sosa:hasSimpleResult", + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -48,68 +198,167 @@ "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeBySensor": { + "@id": "sosa:madeBySensor", + "@type": "@id" + }, + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observedProperty": { + "@id": "sosa:observedProperty", "@type": "@id" }, - "hasFeatureOfInterest": { - "@id": "sosa:hasFeatureOfInterest", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", "@type": "@id" }, - "hasResult": "sosa:hasResult", - "isResultOf": "sosa:isResultOf", - "hasSimpleResult": "sosa:hasSimpleResult", "resultTime": "sosa:resultTime", "usedProcedure": { "@id": "sosa:usedProcedure", "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", + "@type": "@id" + }, + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" + }, + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": "sosa:hasMember", - "features": "sosa:hasMember", "properties": "@nest", "featureType": "@type", "sosa": "http://www.w3.org/ns/sosa/", diff --git a/annotated-schemas/unstable/sosa/properties/platform/schema-oas3.0.json b/annotated-schemas/unstable/sosa/properties/platform/schema-oas3.0.json index 30dbab159..f43cfbfb5 100644 --- a/annotated-schemas/unstable/sosa/properties/platform/schema-oas3.0.json +++ b/annotated-schemas/unstable/sosa/properties/platform/schema-oas3.0.json @@ -38,40 +38,190 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "id": "@id", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "id": "@id", - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -80,68 +230,167 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", "resultTime": "http://www.w3.org/ns/sosa/resultTime", "usedProcedure": { "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" + }, + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, diff --git a/annotated-schemas/unstable/sosa/properties/platform/schema-oas3.0.yaml b/annotated-schemas/unstable/sosa/properties/platform/schema-oas3.0.yaml index 7b3b109f8..ac2231394 100644 --- a/annotated-schemas/unstable/sosa/properties/platform/schema-oas3.0.yaml +++ b/annotated-schemas/unstable/sosa/properties/platform/schema-oas3.0.yaml @@ -19,93 +19,272 @@ x-defs: allOf: - $ref: '#/$definitions/Platform' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy + x-jsonld-type: '@id' + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: diff --git a/annotated-schemas/unstable/sosa/properties/platform/schema.json b/annotated-schemas/unstable/sosa/properties/platform/schema.json index 546581bf0..82a2f9fd5 100644 --- a/annotated-schemas/unstable/sosa/properties/platform/schema.json +++ b/annotated-schemas/unstable/sosa/properties/platform/schema.json @@ -37,40 +37,190 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "id": "@id", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "id": "@id", - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -79,68 +229,167 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", "resultTime": "http://www.w3.org/ns/sosa/resultTime", "usedProcedure": { "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" + }, + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, diff --git a/annotated-schemas/unstable/sosa/properties/platform/schema.yaml b/annotated-schemas/unstable/sosa/properties/platform/schema.yaml index 236c63971..f5a1e30f0 100644 --- a/annotated-schemas/unstable/sosa/properties/platform/schema.yaml +++ b/annotated-schemas/unstable/sosa/properties/platform/schema.yaml @@ -18,93 +18,272 @@ $definitions: allOf: - $ref: '#/$definitions/Platform' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy + x-jsonld-type: '@id' + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: diff --git a/annotated-schemas/unstable/sosa/properties/sensor/context.jsonld b/annotated-schemas/unstable/sosa/properties/sensor/context.jsonld index 101e98831..ad2243cfc 100644 --- a/annotated-schemas/unstable/sosa/properties/sensor/context.jsonld +++ b/annotated-schemas/unstable/sosa/properties/sensor/context.jsonld @@ -1,39 +1,194 @@ { "@context": { "id": "@id", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", - "observedProperty": { - "@id": "sosa:observedProperty", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "phenomenonTime": "sosa:phenomenonTime", - "observes": { - "@id": "sosa:observes", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuator": { + "@id": "sosa:Actuator", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Deployment": { + "@id": "sosa:Deployment", "@type": "@id" }, - "madeBySensor": { - "@id": "sosa:madeBySensor", + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasFeatureOfInterest": { + "@id": "sosa:hasFeatureOfInterest", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasResult": "sosa:hasResult", + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSimpleResult": "sosa:hasSimpleResult", + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -42,73 +197,167 @@ "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeBySensor": { + "@id": "sosa:madeBySensor", + "@type": "@id" + }, + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observedProperty": { + "@id": "sosa:observedProperty", "@type": "@id" }, - "hasFeatureOfInterest": { - "@id": "sosa:hasFeatureOfInterest", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", "@type": "@id" }, - "hasResult": "sosa:hasResult", - "isResultOf": "sosa:isResultOf", - "hasSimpleResult": "sosa:hasSimpleResult", "resultTime": "sosa:resultTime", "usedProcedure": { "@id": "sosa:usedProcedure", "@type": "@id" }, - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" + }, + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": "sosa:hasMember", - "features": "sosa:hasMember", "properties": "@nest", "featureType": "@type", "sosa": "http://www.w3.org/ns/sosa/", diff --git a/annotated-schemas/unstable/sosa/properties/sensor/schema-oas3.0.json b/annotated-schemas/unstable/sosa/properties/sensor/schema-oas3.0.json index d45736edb..de7d51efe 100644 --- a/annotated-schemas/unstable/sosa/properties/sensor/schema-oas3.0.json +++ b/annotated-schemas/unstable/sosa/properties/sensor/schema-oas3.0.json @@ -29,39 +29,194 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -70,73 +225,167 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", "resultTime": "http://www.w3.org/ns/sosa/resultTime", "usedProcedure": { "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", "x-jsonld-type": "@id" }, - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, diff --git a/annotated-schemas/unstable/sosa/properties/sensor/schema-oas3.0.yaml b/annotated-schemas/unstable/sosa/properties/sensor/schema-oas3.0.yaml index 0f9fa17f2..3db64b2fc 100644 --- a/annotated-schemas/unstable/sosa/properties/sensor/schema-oas3.0.yaml +++ b/annotated-schemas/unstable/sosa/properties/sensor/schema-oas3.0.yaml @@ -15,96 +15,275 @@ x-defs: allOf: - $ref: '#/$definitions/Sensor' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: diff --git a/annotated-schemas/unstable/sosa/properties/sensor/schema.json b/annotated-schemas/unstable/sosa/properties/sensor/schema.json index 8f5dd4225..08ad2e4f1 100644 --- a/annotated-schemas/unstable/sosa/properties/sensor/schema.json +++ b/annotated-schemas/unstable/sosa/properties/sensor/schema.json @@ -28,39 +28,194 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -69,73 +224,167 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", "resultTime": "http://www.w3.org/ns/sosa/resultTime", "usedProcedure": { "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", "x-jsonld-type": "@id" }, - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, diff --git a/annotated-schemas/unstable/sosa/properties/sensor/schema.yaml b/annotated-schemas/unstable/sosa/properties/sensor/schema.yaml index 7f9a5d907..80b956572 100644 --- a/annotated-schemas/unstable/sosa/properties/sensor/schema.yaml +++ b/annotated-schemas/unstable/sosa/properties/sensor/schema.yaml @@ -14,96 +14,275 @@ $definitions: allOf: - $ref: '#/$definitions/Sensor' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: diff --git a/annotated-schemas/unstable/sosa/schema.json b/annotated-schemas/unstable/sosa/schema.json index 502d96d23..745327ae0 100644 --- a/annotated-schemas/unstable/sosa/schema.json +++ b/annotated-schemas/unstable/sosa/schema.json @@ -100,40 +100,195 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "id": "@id", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "id": "@id", - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -142,73 +297,167 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", "resultTime": "http://www.w3.org/ns/sosa/resultTime", "usedProcedure": { "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", "x-jsonld-type": "@id" }, - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "featureType": "@type" }, "x-jsonld-prefixes": { @@ -243,121 +492,368 @@ } ] }, - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember" + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" } } } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "id": "@id", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "id": "@id", - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", "x-jsonld-type": "@id" }, - "actsOnProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", "x-jsonld-type": "@id" }, - "isActedOnBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", "x-jsonld-type": "@id" }, - "madeActuation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", "x-jsonld-type": "@id" }, - "madeByActuator": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", "x-jsonld-type": "@id" }, - "madeSampling": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", - "resultTime": "http://www.w3.org/ns/sosa/resultTime", - "usedProcedure": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", "x-jsonld-type": "@id" }, - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "featureType": "@type" + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", + "x-jsonld-type": "@id" + }, + "actsOnProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", + "x-jsonld-type": "@id" + }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, + "isActedOnBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", + "x-jsonld-type": "@id" + }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, + "madeActuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", + "x-jsonld-type": "@id" + }, + "madeByActuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", + "x-jsonld-type": "@id" + }, + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "x-jsonld-type": "@id" + }, + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "x-jsonld-type": "@id" + }, + "madeSampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", + "x-jsonld-type": "@id" + }, + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "x-jsonld-type": "@id" + }, + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "x-jsonld-type": "@id" + }, + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", + "x-jsonld-type": "@id" + }, + "resultTime": "http://www.w3.org/ns/sosa/resultTime", + "usedProcedure": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", + "x-jsonld-type": "@id" + }, + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" + }, + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" + }, + "featureType": "@type" }, "x-jsonld-prefixes": { "sosa": "http://www.w3.org/ns/sosa/", @@ -380,7 +876,8 @@ "object", "string" ], - "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime" + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", + "x-jsonld-type": "@id" }, "hasFeatureOfInterest": { "type": [ @@ -434,102 +931,348 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", "id": "@id", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", + "x-jsonld-type": "@id" + }, + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", + "x-jsonld-type": "@id" + }, + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, - "isActedOnBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", "x-jsonld-type": "@id" }, - "madeActuation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", "x-jsonld-type": "@id" }, - "madeByActuator": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", "x-jsonld-type": "@id" }, - "madeSampling": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", "x-jsonld-type": "@id" }, - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", "hasSubSystem": { "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", "x-jsonld-type": "@id", "x-jsonld-container": "@set" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", - "properties": "@nest", - "featureType": "@type" - }, - "x-jsonld-prefixes": { - "sosa": "http://www.w3.org/ns/sosa/", - "ssn-system": "http://www.w3.org/ns/ssn/systems/", - "ssn": "http://www.w3.org/ns/ssn/" + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, + "isActedOnBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", + "x-jsonld-type": "@id" + }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, + "madeActuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", + "x-jsonld-type": "@id" + }, + "madeByActuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", + "x-jsonld-type": "@id" + }, + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "x-jsonld-type": "@id" + }, + "madeSampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", + "x-jsonld-type": "@id" + }, + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "x-jsonld-type": "@id" + }, + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" + }, + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" + }, + "properties": "@nest", + "featureType": "@type" + }, + "x-jsonld-prefixes": { + "sosa": "http://www.w3.org/ns/sosa/", + "ssn-system": "http://www.w3.org/ns/ssn/systems/", + "ssn": "http://www.w3.org/ns/ssn/" } }, { @@ -549,7 +1292,8 @@ "object", "string" ], - "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime" + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", + "x-jsonld-type": "@id" }, "hasFeatureOfInterest": { "type": [ @@ -598,7 +1342,8 @@ } ] }, - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember" + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" } } } @@ -625,31 +1370,187 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", "id": "@id", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", + "x-jsonld-type": "@id" + }, + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", + "x-jsonld-type": "@id" + }, + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -658,63 +1559,150 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, @@ -763,110 +1751,359 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", + "id": "@id", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", + "x-jsonld-type": "@id" + }, + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", + "x-jsonld-type": "@id" + }, + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", + "x-jsonld-type": "@id" + }, + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", + "x-jsonld-type": "@id" + }, + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", + "x-jsonld-type": "@id" + }, + "actsOnProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", + "x-jsonld-type": "@id" + }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, + "isActedOnBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", + "x-jsonld-type": "@id" + }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, + "madeActuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", + "x-jsonld-type": "@id" + }, + "madeByActuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", + "x-jsonld-type": "@id" + }, + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "x-jsonld-type": "@id" + }, + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "x-jsonld-type": "@id" + }, + "madeSampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", + "x-jsonld-type": "@id" + }, "observedProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "id": "@id", - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "x-jsonld-type": "@id" + }, + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", + "x-jsonld-type": "@id" + }, + "resultTime": "http://www.w3.org/ns/sosa/resultTime", + "usedProcedure": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", + "x-jsonld-type": "@id" + }, + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" + }, + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", "x-jsonld-type": "@id" }, - "actsOnProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", "x-jsonld-type": "@id" }, - "isActedOnBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", "x-jsonld-type": "@id" }, - "madeActuation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", "x-jsonld-type": "@id" }, - "madeByActuator": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", "x-jsonld-type": "@id" }, - "madeSampling": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", - "resultTime": "http://www.w3.org/ns/sosa/resultTime", - "usedProcedure": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, @@ -906,39 +2143,194 @@ } ], "x-jsonld-extra-terms": { - "Observation": "http://www.w3.org/ns/sosa/Observation", - "Sample": "http://www.w3.org/ns/sosa/Sample", - "System": "http://www.w3.org/ns/sosa/System", - "Platform": "http://www.w3.org/ns/sosa/Platform", - "observedProperty": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", + "ActuatableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ActuatableProperty", "x-jsonld-type": "@id" }, - "phenomenonTime": "http://www.w3.org/ns/sosa/phenomenonTime", - "observes": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", + "Actuation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuation", "x-jsonld-type": "@id" }, - "isObservedBy": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "Actuator": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Actuator", "x-jsonld-type": "@id" }, - "madeObservation": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", + "Deployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Deployment", "x-jsonld-type": "@id" }, - "madeBySensor": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "FeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/FeatureOfInterest", + "x-jsonld-type": "@id" + }, + "Input": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Input", + "x-jsonld-type": "@id" + }, + "ObservableProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/ObservableProperty", + "x-jsonld-type": "@id" + }, + "Observation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Observation", + "x-jsonld-type": "@id" + }, + "Output": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Output", + "x-jsonld-type": "@id" + }, + "Platform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Platform", + "x-jsonld-type": "@id" + }, + "Property": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Property", + "x-jsonld-type": "@id" + }, + "Procedure ": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Procedure ", + "x-jsonld-type": "@id" + }, + "Result": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Result", + "x-jsonld-type": "@id" + }, + "Sample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sample", + "x-jsonld-type": "@id" + }, + "Sampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampler", + "x-jsonld-type": "@id" + }, + "Sampling": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sampling", + "x-jsonld-type": "@id" + }, + "Sensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Sensor", + "x-jsonld-type": "@id" + }, + "Stimulus": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/Stimulus", + "x-jsonld-type": "@id" + }, + "System": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/System", "x-jsonld-type": "@id" }, "actsOnProperty": { "x-jsonld-id": "http://www.w3.org/ns/sosa/actsOnProperty", "x-jsonld-type": "@id" }, + "deployedOnPlatform": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedOnPlatform", + "x-jsonld-type": "@id" + }, + "deployedSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/deployedSystem", + "x-jsonld-type": "@id" + }, + "detects": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/detects", + "x-jsonld-type": "@id" + }, + "features": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "forProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/forProperty", + "x-jsonld-type": "@id" + }, + "hasDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasDeployment", + "x-jsonld-type": "@id" + }, + "hasFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hasInput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasInput", + "x-jsonld-type": "@id" + }, + "hasMember": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasMember", + "x-jsonld-type": "@id" + }, + "hasOutput": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasOutput", + "x-jsonld-type": "@id" + }, + "hasProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasProperty", + "x-jsonld-type": "@id" + }, + "hasResult": "http://www.w3.org/ns/sosa/hasResult", + "hasSample": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "x-jsonld-type": "@id" + }, + "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", + "hasSubSystem": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest", + "x-jsonld-type": "@id" + }, + "hosts": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", + "x-jsonld-type": "@id", + "x-jsonld-container": "@set" + }, + "implementedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implementedBy", + "x-jsonld-type": "@id" + }, + "implements": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/implements", + "x-jsonld-type": "@id" + }, + "inDeployment": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/inDeployment", + "x-jsonld-type": "@id" + }, "isActedOnBy": { "x-jsonld-id": "http://www.w3.org/ns/sosa/isActedOnBy", "x-jsonld-type": "@id" }, + "isFeatureOfInterestOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "x-jsonld-type": "@id" + }, + "isHostedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isHostedBy", + "x-jsonld-type": "@id" + }, + "isObservedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isObservedBy", + "x-jsonld-type": "@id" + }, + "isPropertyOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isPropertyOf", + "x-jsonld-type": "@id" + }, + "isProxyFor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isProxyFor", + "x-jsonld-type": "@id" + }, + "isResultOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isResultOf", + "x-jsonld-type": "@id" + }, + "isSampleOf": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "x-jsonld-type": "@id" + }, "madeActuation": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeActuation", "x-jsonld-type": "@id" @@ -947,73 +2339,167 @@ "x-jsonld-id": "http://www.w3.org/ns/sosa/madeByActuator", "x-jsonld-type": "@id" }, - "hasSample": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSample", + "madeBySampler": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", "x-jsonld-type": "@id" }, - "isSampleOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isSampleOf", + "madeBySensor": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySensor", + "x-jsonld-type": "@id" + }, + "madeObservation": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/madeObservation", "x-jsonld-type": "@id" }, "madeSampling": { "x-jsonld-id": "http://www.w3.org/ns/sosa/madeSampling", "x-jsonld-type": "@id" }, - "madeBySampler": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/madeBySampler", + "observedProperty": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observedProperty", "x-jsonld-type": "@id" }, - "hasFeatureOfInterest": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasFeatureOfInterest", + "observes": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/observes", "x-jsonld-type": "@id" }, - "isFeatureOfInterestOf": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/isFeatureOfInterestOf", + "phenomenonTime": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/phenomenonTime", "x-jsonld-type": "@id" }, - "hasResult": "http://www.w3.org/ns/sosa/hasResult", - "isResultOf": "http://www.w3.org/ns/sosa/isResultOf", - "hasSimpleResult": "http://www.w3.org/ns/sosa/hasSimpleResult", "resultTime": "http://www.w3.org/ns/sosa/resultTime", "usedProcedure": { "x-jsonld-id": "http://www.w3.org/ns/sosa/usedProcedure", "x-jsonld-type": "@id" }, - "hosts": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hosts", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "wasOriginatedBy": { + "x-jsonld-id": "http://www.w3.org/ns/sosa/wasOriginatedBy", + "x-jsonld-type": "@id" }, - "isHostedBy": "http://www.w3.org/ns/sosa/isHostedBy", - "isProxyFor": "http://www.w3.org/ns/sosa/isProxyFor", - "wasOriginatedBy": "http://www.w3.org/ns/sosa/wasOriginatedBy", - "detects": "http://www.w3.org/ns/sosa/detects", - "hasProperty": "http://www.w3.org/ns/sosa/hasProperty", - "isPropertyOf": "http://www.w3.org/ns/sosa/isPropertyOf", - "forProperty": "http://www.w3.org/ns/sosa/forProperty", - "implements": "http://www.w3.org/ns/sosa/implements", - "implementedBy": "http://www.w3.org/ns/sosa/implementedBy", - "hasInput": "http://www.w3.org/ns/sosa/hasInput", - "hasOutput": "http://www.w3.org/ns/sosa/hasOutput", - "hasSubSystem": { - "x-jsonld-id": "http://www.w3.org/ns/sosa/hasSubSystem", - "x-jsonld-type": "@id", - "x-jsonld-container": "@set" + "inCondition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/inCondition", + "x-jsonld-type": "@id" + }, + "Condition": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Condition", + "x-jsonld-type": "@id" + }, + "hasSystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", + "x-jsonld-type": "@id" + }, + "SystemCapability": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemCapability", + "x-jsonld-type": "@id" + }, + "hasSystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", + "x-jsonld-type": "@id" + }, + "SystemProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemProperty", + "x-jsonld-type": "@id" + }, + "MeasurementRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MeasurementRange", + "x-jsonld-type": "@id" + }, + "ActuationRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ActuationRange", + "x-jsonld-type": "@id" + }, + "Accuracy": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Accuracy", + "x-jsonld-type": "@id" + }, + "DetectionLimit": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/DetectionLimit", + "x-jsonld-type": "@id" + }, + "Drift": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Drift", + "x-jsonld-type": "@id" + }, + "Frequency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Frequency", + "x-jsonld-type": "@id" + }, + "Latency": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Latency", + "x-jsonld-type": "@id" + }, + "Precision": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Precision", + "x-jsonld-type": "@id" + }, + "Resolution": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Resolution", + "x-jsonld-type": "@id" + }, + "ResponseTime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/ResponseTime", + "x-jsonld-type": "@id" + }, + "Selectivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Selectivity", + "x-jsonld-type": "@id" + }, + "Sensitivity": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/Sensitivity", + "x-jsonld-type": "@id" + }, + "hasOperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", + "x-jsonld-type": "@id" + }, + "OperatingRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingRange", + "x-jsonld-type": "@id" + }, + "hasOperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", + "x-jsonld-type": "@id" + }, + "OperatingProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingProperty", + "x-jsonld-type": "@id" + }, + "MaintenanceSchedule": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/MaintenanceSchedule", + "x-jsonld-type": "@id" + }, + "OperatingPowerRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/OperatingPowerRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", + "x-jsonld-type": "@id" + }, + "SurvivalRange": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalRange", + "x-jsonld-type": "@id" + }, + "hasSurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", + "x-jsonld-type": "@id" + }, + "SurvivalProperty": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SurvivalProperty", + "x-jsonld-type": "@id" + }, + "SystemLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/SystemLifetime", + "x-jsonld-type": "@id" + }, + "BatteryLifetime": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/BatteryLifetime", + "x-jsonld-type": "@id" + }, + "qualityOfObservation": { + "x-jsonld-id": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", + "x-jsonld-type": "@id" }, - "deployedSystem": "http://www.w3.org/ns/sosa/deployedSystem", - "hasDeployment": "http://www.w3.org/ns/sosa/hasDeployment", - "deployedOnPlatform": "http://www.w3.org/ns/sosa/deployedOnPlatform", - "inDeployment": "http://www.w3.org/ns/sosa/inDeployment", - "inCondition": "http://www.w3.org/ns/ssn/systems/inCondition", - "hasSystemCapability": "http://www.w3.org/ns/ssn/systems/hasSystemCapability", - "hasSystemProperty": "http://www.w3.org/ns/ssn/systems/hasSystemProperty", - "hasOperatingRange": "http://www.w3.org/ns/ssn/systems/hasOperatingRange", - "hasOperatingProperty": "http://www.w3.org/ns/ssn/systems/hasOperatingProperty", - "hasSurvivalRange": "http://www.w3.org/ns/ssn/systems/hasSurvivalRange", - "hasSurvivalProperty": "http://www.w3.org/ns/ssn/systems/hasSurvivalProperty", - "qualityOfObservation": "http://www.w3.org/ns/ssn/systems/qualityOfObservation", - "hasMember": "http://www.w3.org/ns/sosa/hasMember", - "features": "http://www.w3.org/ns/sosa/hasMember", "properties": "@nest", "featureType": "@type" }, diff --git a/annotated-schemas/unstable/sosa/schema.yaml b/annotated-schemas/unstable/sosa/schema.yaml index b1d72df15..9a60c4418 100644 --- a/annotated-schemas/unstable/sosa/schema.yaml +++ b/annotated-schemas/unstable/sosa/schema.yaml @@ -51,97 +51,276 @@ anyOf: $ref: properties/observation/schema.yaml x-jsonld-id: '@nest' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember featureType: '@type' x-jsonld-prefixes: sosa: http://www.w3.org/ns/sosa/ @@ -163,97 +342,275 @@ anyOf: - $ref: features/observation/schema.yaml - type: string x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember featureType: '@type' x-jsonld-prefixes: sosa: http://www.w3.org/ns/sosa/ @@ -272,6 +629,7 @@ anyOf: - object - string x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' hasFeatureOfInterest: type: - object @@ -306,81 +664,258 @@ anyOf: - required: - hasSimpleResult x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform id: '@id' - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -402,6 +937,7 @@ anyOf: - object - string x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' hasFeatureOfInterest: type: - object @@ -434,6 +970,7 @@ anyOf: - $ref: properties/observation/schema.yaml - $ref: ../../ogc-utils/iri-or-curie/schema.yaml x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' allOf: - $ref: properties/observationCollection/schema.yaml/#/$defs/collection - not: @@ -443,82 +980,257 @@ anyOf: - required: - hasSimpleResult x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform id: '@id' - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -545,93 +1257,272 @@ anyOf: allOf: - $ref: properties/platform/schema.yaml/#/$definitions/Platform x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy + x-jsonld-type: '@id' + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -654,96 +1545,275 @@ anyOf: allOf: - $ref: properties/sensor/schema.yaml/#/$definitions/Sensor x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: diff --git a/bblocks.jsonld b/bblocks.jsonld index d10658c73..0099686b8 100644 --- a/bblocks.jsonld +++ b/bblocks.jsonld @@ -448,7 +448,7 @@ "itemIdentifier": "ogc.unstable.sosa.properties.observation", "name": "SOSA Observation", "abstract": "This building block defines the set of properties for an observation according to the SOSA/SSN specification. These properties may be directly included into a root element of a JSON object or used in the properties container of a GeoJSON feature.", - "status": "invalid", + "status": "under-development", "dateTimeAddition": "2023-04-13T00:00:00Z", "itemClass": "schema", "register": "ogc-building-block-register", @@ -638,8 +638,8 @@ ], "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.iri-or-curie", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.ogc-utils.iri-or-curie" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/schema.yaml", @@ -874,8 +874,8 @@ ] }, "dependsOn": [ - "ogc.unstable.sosa.properties.observation", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.unstable.sosa.properties.observation" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml", @@ -926,8 +926,8 @@ "group": "Common", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml", @@ -975,8 +975,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/schema.yaml", @@ -1028,8 +1028,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml", @@ -1084,8 +1084,8 @@ "group": "SOSA", "shaclRules": {}, "dependsOn": [ - "ogc.unstable.sosa.properties.sensor", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.unstable.sosa.properties.sensor" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/platform/schema.yaml", @@ -1135,8 +1135,8 @@ "shaclRules": {}, "dependsOn": [ "ogc.geo.json-fg.feature", - "ogc.geo.features.featureCollection", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.featureCollection" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml", @@ -1189,9 +1189,9 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.featureCollection", "ogc.geo.json-fg.feature-lenient", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.featureCollection" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml", @@ -1237,8 +1237,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.unstable.sosa.properties.observation", - "ogc.geo.json-fg.feature-lenient" + "ogc.geo.json-fg.feature-lenient", + "ogc.unstable.sosa.properties.observation" ], "tags": [ "sosa", @@ -1366,10 +1366,10 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.unstable.sosa.features.observationCollection", - "ogc.unstable.sosa.examples.vectorObservation", "ogc.unstable.sosa.features.observation", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.features.observationCollection", + "ogc.unstable.sosa.properties.observation", + "ogc.unstable.sosa.examples.vectorObservation" ], "tags": [ "sosa", diff --git a/bblocks.ttl b/bblocks.ttl index c90bb1242..2851ca2da 100644 --- a/bblocks.ttl +++ b/bblocks.ttl @@ -54,10 +54,10 @@ bblocks:ogc.geo.common.parameters.bbox-crs a skos:Concept, dct:created "2022-07-05T01:01:01+02:00"^^xsd:dateTime ; dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/parameters/bbox-crs/index.md" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/parameters/bbox-crs/" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox-crs/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/parameters/bbox-crs/index.json" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/parameters/bbox-crs/" ] ; dct:hasVersion "1.0" ; dct:modified "2022-07-05"^^xsd:date ; dct:source ; @@ -72,10 +72,10 @@ bblocks:ogc.geo.geopose.advanced a skos:Concept, rdfs:label "GeoPose Advanced" ; dct:abstract "Advanced GeoPose allowing flexible outer frame specification, quaternion orientation, and valid time." ; dct:created "2023-07-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ], - [ dct:format "text/html" ; + dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/advanced/" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/advanced/index.json" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/advanced/index.md" ] ; dct:hasVersion "0.1" ; @@ -116,10 +116,10 @@ bblocks:ogc.geo.json-fg.featureCollection a skos:Concept, dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/featureCollection/" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection/index.md" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection/index.json" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-31"^^xsd:date ; dct:source ; @@ -138,10 +138,10 @@ bblocks:ogc.geo.json-fg.link-role a skos:Concept, rdfs:label "Link with role and target conformance" ; dct:abstract "A JSON-FG compliant web link with mandatory annotation of link role and optional conformance information to describe target resource. Compliant with profile resource descriptor model." ; dct:created "2023-08-21T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/link-role/index.md" ], - [ dct:format "text/html" ; + dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/link-role/" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/link-role/index.md" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/link-role/index.json" ] ; dct:hasVersion "0.1" ; @@ -160,12 +160,12 @@ bblocks:ogc.ogc-utils.topology a skos:Concept, rdfs:label "Geometry using references" ; dct:abstract "Demonstration of a schema using coordinates of points, withpout duplication" ; dct:created "2023-04-05T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/topology/index.json" ], + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/topology/" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/topology/index.md" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/topology/" ] ; + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/topology/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-24"^^xsd:date ; skos:inScheme ; @@ -183,10 +183,10 @@ bblocks:ogc.unstable.sosa a skos:Concept, dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/index.md" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/index.json" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/index.json" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; @@ -202,12 +202,12 @@ bblocks:ogc.unstable.sosa.examples.vectorObservationFeature a skos:Concept, rdfs:label "Example SOSA Vector Observation Feature" ; dct:abstract "This building block defines an example SOSA Observation Feature using another schema to define a result set - in this case the GeoPose model" ; dct:created "2023-05-19T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservationFeature/index.md" ], + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservationFeature/" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservationFeature/" ] ; + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservationFeature/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-19"^^xsd:date ; dct:source ; @@ -227,12 +227,12 @@ bblocks:ogc.unstable.sosa.properties.platform a skos:Concept, rdfs:label "SOSA Platform" ; dct:abstract "This building block defines the set of properties for an observation Platform according to the SOSA/SSN specification. These properties may be directly included into a root element of a JSON object or used in the properties container of a GeoJSON feature." ; dct:created "2023-12-05T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/platform/" ], + [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/platform/index.md" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/platform/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/platform/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/platform/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; @@ -268,12 +268,12 @@ bblocks:ogc.geo.common.data_types.geojson a skos:Concept, rdfs:label "GeoJSON" ; dct:abstract "A GeoJSON object" ; dct:created "2023-05-24T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/geojson/index.json" ], + dct:description [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/geojson/index.md" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/common/data_types/geojson/" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/common/data_types/geojson/index.md" ] ; + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/common/data_types/geojson/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-15"^^xsd:date ; dct:source ; @@ -289,12 +289,12 @@ bblocks:ogc.geo.geopose.basic.ypr a skos:Concept, rdfs:label "GeoPose Basic-YPR" ; dct:abstract "Basic GeoPose using yaw, pitch, and roll to specify orientation" ; dct:created "2023-03-15T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/ypr/index.md" ], + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/basic/ypr/" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/geopose/basic/ypr/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/geopose/basic/ypr/" ] ; + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/geopose/basic/ypr/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2023-07-13"^^xsd:date ; dct:source ; @@ -310,12 +310,12 @@ bblocks:ogc.geo.json-fg.feature a skos:Concept, rdfs:label "JSON-FG Feature" ; dct:abstract "A OGC Features and Geometries JSON (JSON-FG) Feature, extending GeoJSON to support a limited set of additional capabilities that are out-of-scope for GeoJSON, but that are important for a variety of use cases involving feature data." ; dct:created "2023-05-31T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; + dct:description [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature/index.md" ], + [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature/" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature/index.json" ], - [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2023-05-31"^^xsd:date ; dct:source ; @@ -333,12 +333,12 @@ bblocks:ogc.geo.json-fg.featureCollection-lenient a skos:Concept, rdfs:label "JSON-FG Feature Collection - Lenient" ; dct:abstract "A collection of lenient OGC Features and Geometries JSON (JSON-FG) Features, that do not require the \"time\" and \"place\" properties" ; dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/featureCollection-lenient/" ], + [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/featureCollection-lenient/index.md" ], [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/featureCollection-lenient/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json" ] ; dct:hasVersion "0.1" ; dct:modified "2023-08-08"^^xsd:date ; dct:source ; @@ -357,12 +357,12 @@ bblocks:ogc.unstable.sosa.examples.vectorObservation a skos:Concept, rdfs:label "Example SOSA Vector Observation" ; dct:abstract "This building block defines an example SOSA Vector Observation" ; dct:created "2023-05-19T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservation/" ], + [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/examples/vectorObservation/index.json" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservation/index.md" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/examples/vectorObservation/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/examples/vectorObservation/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-19"^^xsd:date ; dct:source ; @@ -380,12 +380,12 @@ bblocks:ogc.unstable.sosa.features.observationCollection a skos:Concept, rdfs:label "SOSA ObservationCollection Feature" ; dct:abstract "This building blocks defines an ObservationCollection Feature according to the SOSA/SSN v1.1 specification." ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json" ], - [ dct:format "text/html" ; + dct:description [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observationCollection/" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-28"^^xsd:date ; dct:source , @@ -405,10 +405,10 @@ bblocks:ogc.unstable.sosa.properties.observationCollection a skos:Concept, rdfs:label "SOSA ObservationCollection" ; dct:abstract "This building blocks defines an ObservationCollection according to the SOSA/SSN v1.1 specification." ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observationCollection/" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observationCollection/" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/observationCollection/index.md" ] ; dct:hasVersion "1.0" ; @@ -429,10 +429,10 @@ bblocks:ogc.unstable.sosa.properties.sensor a skos:Concept, rdfs:label "SOSA Sensor" ; dct:abstract "An identifiable entity that can generate Observations pertaining to an ObservableProperty by implementing an ObservingProcedure. Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms." ; dct:created "2023-12-05T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/sensor/index.json" ], - [ dct:format "text/markdown" ; + dct:description [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/sensor/index.md" ], + [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/sensor/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/sensor/" ] ; dct:hasVersion "1.0" ; @@ -455,12 +455,12 @@ bblocks:ogc.geo.features.featureCollection a skos:Concept, rdfs:label "Feature Collection" ; dct:abstract "A collection of features." ; dct:created "2023-06-26T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/featureCollection/index.md" ], + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/featureCollection/" ], [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/featureCollection/index.json" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/featureCollection/" ] ; + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/featureCollection/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-06-26"^^xsd:date ; dct:source ; @@ -478,10 +478,10 @@ bblocks:ogc.geo.json-fg.feature-lenient a skos:Concept, rdfs:label "JSON-FG Feature - Lenient" ; dct:abstract "A OGC Features and Geometries JSON (JSON-FG) Feature that does not require the \"time\" and \"place\" properties." ; dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature-lenient/" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/json-fg/feature-lenient/index.json" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/json-fg/feature-lenient/" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/json-fg/feature-lenient/index.md" ] ; dct:hasVersion "0.1" ; @@ -501,12 +501,12 @@ bblocks:ogc.unstable.sosa.features.observation a skos:Concept, rdfs:label "SOSA Observation Feature" ; dct:abstract "This building blocks defines a GeoJSON feature containing a SOSA Observation" ; dct:created "2023-05-18T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observation/" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/features/observation/index.json" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observation/index.md" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/features/observation/index.md" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/features/observation/" ] ; dct:hasVersion "1.0" ; dct:modified "2023-05-18"^^xsd:date ; dct:source ; @@ -528,10 +528,10 @@ bblocks:ogc.geo.features.feature a skos:Concept, rdfs:label "Feature" ; dct:abstract "A feature. Every feature is a sub-resource of an OGC Collection." ; dct:created "2023-05-24T14:56:51+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/feature/" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/geo/features/feature/index.json" ], + [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/geo/features/feature/" ], [ dct:format "text/markdown" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/geo/features/feature/index.md" ] ; dct:hasVersion "1.0" ; @@ -554,12 +554,12 @@ bblocks:ogc.unstable.sosa.properties.observation a skos:Concept, rdfs:label "SOSA Observation" ; dct:abstract "This building block defines the set of properties for an observation according to the SOSA/SSN specification. These properties may be directly included into a root element of a JSON object or used in the properties container of a GeoJSON feature." ; dct:created "2023-04-13T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "application/json" ; + dct:description [ dct:format "text/html" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observation/" ], + [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/unstable/sosa/properties/observation/index.json" ], [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/observation/index.md" ], - [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/unstable/sosa/properties/observation/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/unstable/sosa/properties/observation/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-04-13"^^xsd:date ; dct:source ; @@ -568,19 +568,19 @@ bblocks:ogc.unstable.sosa.properties.observation a skos:Concept, bblocks:hasSchema , ; bblocks:scope ; - bblocks:status . + bblocks:status . bblocks:ogc.ogc-utils.iri-or-curie a skos:Concept, bblocks:Datatype ; rdfs:label "IRI or CURIE" ; dct:abstract "This Building Block defines a data type for a full IRI/URI or a CURIE (with or without a prefix)" ; dct:created "2023-08-08T00:00:00+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/iri-or-curie/index.md" ], - [ dct:format "application/json" ; + dct:description [ dct:format "application/json" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/iri-or-curie/index.json" ], [ dct:format "text/html" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/iri-or-curie/" ] ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/iri-or-curie/" ], + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/iri-or-curie/index.md" ] ; dct:hasVersion "1.0" ; dct:modified "2023-03-09"^^xsd:date ; dct:source , @@ -597,12 +597,12 @@ bblocks:ogc.ogc-utils.json-link a skos:Concept, rdfs:label "JSON Link" ; dct:abstract "Web linking is used to express relationships between resources. The JSON object representation of links described here is used consistently in OGC API’s." ; dct:created "2022-05-18T15:21:59+00:00"^^xsd:dateTime ; - dct:description [ dct:format "text/markdown" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ], + dct:description [ dct:format "application/json" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ], [ dct:format "text/html" ; rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/slate-build/ogc-utils/json-link/" ], - [ dct:format "application/json" ; - rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/json-full/ogc-utils/json-link/index.json" ] ; + [ dct:format "text/markdown" ; + rdfs:isDefinedBy "https://opengeospatial.github.io/bblocks/generateddocs/markdown/ogc-utils/json-link/index.md" ] ; dct:hasVersion "0.1" ; dct:modified "2022-05-18"^^xsd:date ; dct:source ; @@ -619,8 +619,8 @@ bblocks:ogc.ogc-utils.json-link a skos:Concept, skos:prefLabel "OGC Building Blocks Register" . [] a prov:Activity ; - prov:endedAtTime "2024-01-07T04:06:48.855756"^^xsd:dateTime ; - prov:startedAtTime "2024-01-07T04:06:48.735765"^^xsd:dateTime ; + prov:endedAtTime "2024-01-08T14:21:44.584916"^^xsd:dateTime ; + prov:startedAtTime "2024-01-08T14:21:44.495283"^^xsd:dateTime ; prov:used [ a prov:Entity ; dct:format "application/json" ; rdfs:seeAlso ], diff --git a/generateddocs/json-full/geo/features/featureCollection/index.json b/generateddocs/json-full/geo/features/featureCollection/index.json index 7365a8d23..bbeed6ed9 100644 --- a/generateddocs/json-full/geo/features/featureCollection/index.json +++ b/generateddocs/json-full/geo/features/featureCollection/index.json @@ -22,8 +22,8 @@ "group": "Common", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema.yaml", diff --git a/generateddocs/json-full/geo/json-fg/feature-lenient/index.json b/generateddocs/json-full/geo/json-fg/feature-lenient/index.json index c65142944..288491ba5 100644 --- a/generateddocs/json-full/geo/json-fg/feature-lenient/index.json +++ b/generateddocs/json-full/geo/json-fg/feature-lenient/index.json @@ -24,8 +24,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature-lenient/schema.yaml", diff --git a/generateddocs/json-full/geo/json-fg/feature/index.json b/generateddocs/json-full/geo/json-fg/feature/index.json index e3a384968..f601a0674 100644 --- a/generateddocs/json-full/geo/json-fg/feature/index.json +++ b/generateddocs/json-full/geo/json-fg/feature/index.json @@ -20,8 +20,8 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.feature", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.feature" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/feature/schema.yaml", diff --git a/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json b/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json index 2c17bc86a..cdcb9be3a 100644 --- a/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json +++ b/generateddocs/json-full/geo/json-fg/featureCollection-lenient/index.json @@ -24,9 +24,9 @@ "group": "JSON-FG", "shaclRules": {}, "dependsOn": [ - "ogc.geo.features.featureCollection", "ogc.geo.json-fg.feature-lenient", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.featureCollection" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection-lenient/schema.yaml", diff --git a/generateddocs/json-full/geo/json-fg/featureCollection/index.json b/generateddocs/json-full/geo/json-fg/featureCollection/index.json index befa85970..5804f0bff 100644 --- a/generateddocs/json-full/geo/json-fg/featureCollection/index.json +++ b/generateddocs/json-full/geo/json-fg/featureCollection/index.json @@ -21,8 +21,8 @@ "shaclRules": {}, "dependsOn": [ "ogc.geo.json-fg.feature", - "ogc.geo.features.featureCollection", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.geo.features.featureCollection" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/featureCollection/schema.yaml", diff --git a/generateddocs/json-full/geo/json-fg/link-role/index.json b/generateddocs/json-full/geo/json-fg/link-role/index.json index 8b2fb7a97..2ed989037 100644 --- a/generateddocs/json-full/geo/json-fg/link-role/index.json +++ b/generateddocs/json-full/geo/json-fg/link-role/index.json @@ -20,8 +20,8 @@ ], "shaclRules": {}, "dependsOn": [ - "ogc.ogc-utils.iri-or-curie", - "ogc.ogc-utils.json-link" + "ogc.ogc-utils.json-link", + "ogc.ogc-utils.iri-or-curie" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/json-fg/link-role/schema.yaml", diff --git a/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json b/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json index f3451c961..191052177 100644 --- a/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json +++ b/generateddocs/json-full/unstable/sosa/examples/vectorObservationFeature/index.json @@ -19,10 +19,10 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.unstable.sosa.features.observationCollection", - "ogc.unstable.sosa.examples.vectorObservation", "ogc.unstable.sosa.features.observation", - "ogc.unstable.sosa.properties.observation" + "ogc.unstable.sosa.features.observationCollection", + "ogc.unstable.sosa.properties.observation", + "ogc.unstable.sosa.examples.vectorObservation" ], "tags": [ "sosa", diff --git a/generateddocs/json-full/unstable/sosa/features/observation/index.json b/generateddocs/json-full/unstable/sosa/features/observation/index.json index 675374ade..786d13160 100644 --- a/generateddocs/json-full/unstable/sosa/features/observation/index.json +++ b/generateddocs/json-full/unstable/sosa/features/observation/index.json @@ -19,8 +19,8 @@ "maturity": "development", "scope": "unstable", "dependsOn": [ - "ogc.unstable.sosa.properties.observation", - "ogc.geo.json-fg.feature-lenient" + "ogc.geo.json-fg.feature-lenient", + "ogc.unstable.sosa.properties.observation" ], "tags": [ "sosa", @@ -90,7 +90,7 @@ ] } ], - "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA Observation Feature\ntype: object\nallOf:\n- $ref: ../../../../geo/json-fg/feature-lenient/schema.yaml\n- type: object\n properties:\n properties:\n $ref: ../../properties/observation/schema.yaml\n x-jsonld-id: '@nest'\nx-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n id: '@id'\n phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n hasMember: http://www.w3.org/ns/sosa/hasMember\n features: http://www.w3.org/ns/sosa/hasMember\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", + "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA Observation Feature\ntype: object\nallOf:\n- $ref: ../../../../geo/json-fg/feature-lenient/schema.yaml\n- type: object\n properties:\n properties:\n $ref: ../../properties/observation/schema.yaml\n x-jsonld-id: '@nest'\nx-jsonld-extra-terms:\n id: '@id'\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n features:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasMember:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n phenomenonTime:\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", "gitRepository": "https://github.com/opengeospatial/ogcapi-sosa", "gitPath": "_sources/features/observation" } \ No newline at end of file diff --git a/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json b/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json index 263930b6c..021c76737 100644 --- a/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json +++ b/generateddocs/json-full/unstable/sosa/features/observationCollection/index.json @@ -78,7 +78,7 @@ ] } ], - "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA Observation Feature\nallOf:\n- $ref: ../../../../geo/json-fg/featureCollection-lenient/schema.yaml\n- type: object\n properties:\n properties:\n $ref: ../../properties/observationCollection/schema.yaml\n x-jsonld-id: '@nest'\n features:\n type: array\n items:\n oneOf:\n - $ref: ../observation/schema.yaml\n - type: string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\nx-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n id: '@id'\n phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n hasMember: http://www.w3.org/ns/sosa/hasMember\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", + "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA Observation Feature\nallOf:\n- $ref: ../../../../geo/json-fg/featureCollection-lenient/schema.yaml\n- type: object\n properties:\n properties:\n $ref: ../../properties/observationCollection/schema.yaml\n x-jsonld-id: '@nest'\n features:\n type: array\n items:\n oneOf:\n - $ref: ../observation/schema.yaml\n - type: string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\nx-jsonld-extra-terms:\n id: '@id'\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasMember:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n phenomenonTime:\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", "gitRepository": "https://github.com/opengeospatial/ogcapi-sosa", "gitPath": "_sources/features/observationCollection" } \ No newline at end of file diff --git a/generateddocs/json-full/unstable/sosa/index.json b/generateddocs/json-full/unstable/sosa/index.json index b59ce113c..109d58913 100644 --- a/generateddocs/json-full/unstable/sosa/index.json +++ b/generateddocs/json-full/unstable/sosa/index.json @@ -35,7 +35,7 @@ "sourceFiles": "https://opengeospatial.github.io/bblocks/registereditems/unstable/sosa/_sources/", "validationPassed": true, "description": "Building Blocks for implementing the core classes of the [Observations and Measurements model]\n\nEach class is implemented using a schema is tied to the equivalent semantic description using the SOSA (Sensor, Observation, Sample, and Actuator) ontology.\n\nAn [aggregate schema](schema.yaml) is provided allowing any of these elements to be combined in a single payload, or each class may be used independently using the relevant schema.\n\nTBD: Convenience API paths may be defined to support traversal of relationships - such as inverse relationships `hasResult`/`isResultOf` , `hasSample`/`isSampleOf` etc. where only one property is present in the data and the inverse is not otherwise accessible.\n", - "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: Sensor, Observation, Sample, and Actuator (SOSA)\nanyOf:\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: Example SOSA Vector Observation\n allOf:\n - $ref: properties/observation/schema.yaml\n - type: object\n properties:\n hasResult:\n properties:\n pose:\n $ref: ../../geo/geopose/basic/ypr/schema.yaml\n distance:\n type: number\n required:\n - hasResult\n not:\n required:\n - hasSimpleResult\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: Example SOSA Observation Specialisation - a vector bearing and distance\n $defs:\n VectorObservation:\n allOf:\n - $ref: features/observation/schema.yaml\n - type: object\n properties:\n properties:\n $ref: examples/vectorObservation/schema.yaml\n VectorObservationCollection:\n allOf:\n - $ref: features/observationCollection/schema.yaml\n - type: object\n properties:\n features:\n type: array\n items:\n $ref: examples/vectorObservationFeature/schema.yaml/#/$defs/VectorObservation\n anyOf:\n - $ref: examples/vectorObservationFeature/schema.yaml/#/$defs/VectorObservation\n - $ref: examples/vectorObservationFeature/schema.yaml/#/$defs/VectorObservationCollection\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA Observation Feature\n type: object\n allOf:\n - $ref: ../../geo/json-fg/feature-lenient/schema.yaml\n - type: object\n properties:\n properties:\n $ref: properties/observation/schema.yaml\n x-jsonld-id: '@nest'\n x-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n id: '@id'\n phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n hasMember: http://www.w3.org/ns/sosa/hasMember\n features: http://www.w3.org/ns/sosa/hasMember\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA Observation Feature\n allOf:\n - $ref: ../../geo/json-fg/featureCollection-lenient/schema.yaml\n - type: object\n properties:\n properties:\n $ref: properties/observationCollection/schema.yaml\n x-jsonld-id: '@nest'\n features:\n type: array\n items:\n oneOf:\n - $ref: features/observation/schema.yaml\n - type: string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n id: '@id'\n phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n hasMember: http://www.w3.org/ns/sosa/hasMember\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA Observation\n type: object\n properties:\n resultTime:\n type: string\n format: date-time\n x-jsonld-id: http://www.w3.org/ns/sosa/resultTime\n phenomenonTime:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n hasFeatureOfInterest:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n observedProperty:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n usedProcedure:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n madeBySensor:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n hasResult:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasResult\n hasSimpleResult:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSimpleResult\n anyOf:\n - required:\n - hasResult\n - required:\n - hasSimpleResult\n x-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n id: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n hasMember: http://www.w3.org/ns/sosa/hasMember\n features: http://www.w3.org/ns/sosa/hasMember\n properties: '@nest'\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA ObservationCollection\n $defs:\n collection:\n type: object\n properties:\n resultTime:\n type: string\n format: date-time\n x-jsonld-id: http://www.w3.org/ns/sosa/resultTime\n phenomenonTime:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n hasFeatureOfInterest:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n observedProperty:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n usedProcedure:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n madeBySensor:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n hasMember:\n type: array\n items:\n anyOf:\n - $ref: properties/observationCollection/schema.yaml/#/$defs/collection\n - $ref: properties/observation/schema.yaml\n - $ref: ../../ogc-utils/iri-or-curie/schema.yaml\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n allOf:\n - $ref: properties/observationCollection/schema.yaml/#/$defs/collection\n - not:\n anyOf:\n - required:\n - hasResult\n - required:\n - hasSimpleResult\n x-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n id: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n features: http://www.w3.org/ns/sosa/hasMember\n properties: '@nest'\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA Platform\n $definitions:\n Platform:\n anyOf:\n - $ref: ../../ogc-utils/iri-or-curie/schema.yaml\n - type: object\n properties:\n hosts:\n type: array\n items:\n anyOf:\n - $ref: properties/platform/schema.yaml/#/$definitions/Platform\n - $ref: properties/sensor/schema.yaml#/$definitions/Sensor\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n allOf:\n - $ref: properties/platform/schema.yaml/#/$definitions/Platform\n x-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n id: '@id'\n phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n hasMember: http://www.w3.org/ns/sosa/hasMember\n features: http://www.w3.org/ns/sosa/hasMember\n properties: '@nest'\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA Sensor\n $definitions:\n Sensor:\n anyOf:\n - $ref: ../../ogc-utils/iri-or-curie/schema.yaml\n - type: object\n properties:\n id:\n $ref: ../../ogc-utils/iri-or-curie/schema.yaml\n x-jsonld-id: '@id'\n name:\n type: string\n allOf:\n - $ref: properties/sensor/schema.yaml/#/$definitions/Sensor\n x-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n hasMember: http://www.w3.org/ns/sosa/hasMember\n features: http://www.w3.org/ns/sosa/hasMember\n properties: '@nest'\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", + "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: Sensor, Observation, Sample, and Actuator (SOSA)\nanyOf:\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: Example SOSA Vector Observation\n allOf:\n - $ref: properties/observation/schema.yaml\n - type: object\n properties:\n hasResult:\n properties:\n pose:\n $ref: ../../geo/geopose/basic/ypr/schema.yaml\n distance:\n type: number\n required:\n - hasResult\n not:\n required:\n - hasSimpleResult\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: Example SOSA Observation Specialisation - a vector bearing and distance\n $defs:\n VectorObservation:\n allOf:\n - $ref: features/observation/schema.yaml\n - type: object\n properties:\n properties:\n $ref: examples/vectorObservation/schema.yaml\n VectorObservationCollection:\n allOf:\n - $ref: features/observationCollection/schema.yaml\n - type: object\n properties:\n features:\n type: array\n items:\n $ref: examples/vectorObservationFeature/schema.yaml/#/$defs/VectorObservation\n anyOf:\n - $ref: examples/vectorObservationFeature/schema.yaml/#/$defs/VectorObservation\n - $ref: examples/vectorObservationFeature/schema.yaml/#/$defs/VectorObservationCollection\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA Observation Feature\n type: object\n allOf:\n - $ref: ../../geo/json-fg/feature-lenient/schema.yaml\n - type: object\n properties:\n properties:\n $ref: properties/observation/schema.yaml\n x-jsonld-id: '@nest'\n x-jsonld-extra-terms:\n id: '@id'\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n features:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasMember:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n phenomenonTime:\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA Observation Feature\n allOf:\n - $ref: ../../geo/json-fg/featureCollection-lenient/schema.yaml\n - type: object\n properties:\n properties:\n $ref: properties/observationCollection/schema.yaml\n x-jsonld-id: '@nest'\n features:\n type: array\n items:\n oneOf:\n - $ref: features/observation/schema.yaml\n - type: string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n x-jsonld-extra-terms:\n id: '@id'\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasMember:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n phenomenonTime:\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA Observation\n type: object\n properties:\n resultTime:\n type: string\n format: date-time\n x-jsonld-id: http://www.w3.org/ns/sosa/resultTime\n phenomenonTime:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n observedProperty:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n usedProcedure:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n madeBySensor:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n hasResult:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasResult\n hasSimpleResult:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSimpleResult\n anyOf:\n - required:\n - hasResult\n - required:\n - hasSimpleResult\n x-jsonld-extra-terms:\n id: '@id'\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n features:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasMember:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n properties: '@nest'\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA ObservationCollection\n $defs:\n collection:\n type: object\n properties:\n resultTime:\n type: string\n format: date-time\n x-jsonld-id: http://www.w3.org/ns/sosa/resultTime\n phenomenonTime:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n observedProperty:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n usedProcedure:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n madeBySensor:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n hasMember:\n type: array\n items:\n anyOf:\n - $ref: properties/observationCollection/schema.yaml/#/$defs/collection\n - $ref: properties/observation/schema.yaml\n - $ref: ../../ogc-utils/iri-or-curie/schema.yaml\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n allOf:\n - $ref: properties/observationCollection/schema.yaml/#/$defs/collection\n - not:\n anyOf:\n - required:\n - hasResult\n - required:\n - hasSimpleResult\n x-jsonld-extra-terms:\n id: '@id'\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n features:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n properties: '@nest'\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA Platform\n $definitions:\n Platform:\n anyOf:\n - $ref: ../../ogc-utils/iri-or-curie/schema.yaml\n - type: object\n properties:\n hosts:\n type: array\n items:\n anyOf:\n - $ref: properties/platform/schema.yaml/#/$definitions/Platform\n - $ref: properties/sensor/schema.yaml#/$definitions/Sensor\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n allOf:\n - $ref: properties/platform/schema.yaml/#/$definitions/Platform\n x-jsonld-extra-terms:\n id: '@id'\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n features:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasMember:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n phenomenonTime:\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n properties: '@nest'\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n- $schema: https://json-schema.org/draft/2020-12/schema\n description: SOSA Sensor\n $definitions:\n Sensor:\n anyOf:\n - $ref: ../../ogc-utils/iri-or-curie/schema.yaml\n - type: object\n properties:\n id:\n $ref: ../../ogc-utils/iri-or-curie/schema.yaml\n x-jsonld-id: '@id'\n name:\n type: string\n allOf:\n - $ref: properties/sensor/schema.yaml/#/$definitions/Sensor\n x-jsonld-extra-terms:\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n features:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasMember:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n phenomenonTime:\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n properties: '@nest'\n featureType: '@type'\n x-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", "gitRepository": "https://github.com/opengeospatial/ogcapi-sosa", "gitPath": "_sources" } \ No newline at end of file diff --git a/generateddocs/json-full/unstable/sosa/properties/observation/index.json b/generateddocs/json-full/unstable/sosa/properties/observation/index.json index 9a665cc55..15b0001bf 100644 --- a/generateddocs/json-full/unstable/sosa/properties/observation/index.json +++ b/generateddocs/json-full/unstable/sosa/properties/observation/index.json @@ -4,7 +4,7 @@ "itemIdentifier": "ogc.unstable.sosa.properties.observation", "name": "SOSA Observation", "abstract": "This building block defines the set of properties for an observation according to the SOSA/SSN specification. These properties may be directly included into a root element of a JSON object or used in the properties container of a GeoJSON feature.", - "status": "invalid", + "status": "under-development", "dateTimeAddition": "2023-04-13T00:00:00Z", "itemClass": "schema", "register": "ogc-building-block-register", @@ -90,7 +90,7 @@ ] } ], - "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA Observation\ntype: object\nproperties:\n resultTime:\n type: string\n format: date-time\n x-jsonld-id: http://www.w3.org/ns/sosa/resultTime\n phenomenonTime:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n hasFeatureOfInterest:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n observedProperty:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n usedProcedure:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n madeBySensor:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n hasResult:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasResult\n hasSimpleResult:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSimpleResult\nanyOf:\n- required:\n - hasResult\n- required:\n - hasSimpleResult\nx-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n id: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n hasMember: http://www.w3.org/ns/sosa/hasMember\n features: http://www.w3.org/ns/sosa/hasMember\n properties: '@nest'\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", + "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA Observation\ntype: object\nproperties:\n resultTime:\n type: string\n format: date-time\n x-jsonld-id: http://www.w3.org/ns/sosa/resultTime\n phenomenonTime:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n observedProperty:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n usedProcedure:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n madeBySensor:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n hasResult:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasResult\n hasSimpleResult:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSimpleResult\nanyOf:\n- required:\n - hasResult\n- required:\n - hasSimpleResult\nx-jsonld-extra-terms:\n id: '@id'\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n features:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasMember:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n properties: '@nest'\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", "gitRepository": "https://github.com/opengeospatial/ogcapi-sosa", "gitPath": "_sources/properties/observation" } \ No newline at end of file diff --git a/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json b/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json index 5bfb3f6c3..75e4ae323 100644 --- a/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json +++ b/generateddocs/json-full/unstable/sosa/properties/observationCollection/index.json @@ -36,8 +36,8 @@ ] }, "dependsOn": [ - "ogc.unstable.sosa.properties.observation", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.unstable.sosa.properties.observation" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/observationCollection/schema.yaml", @@ -66,7 +66,7 @@ }, { "language": "ttl", - "code": "@prefix sosa: .\n\n[] sosa:hasMember \"_:a1\" ;\n sosa:observedProperty [ ] ;\n sosa:resultTime \"2022-05-01T22:33:44Z\" .\n\n", + "code": "@prefix sosa: .\n\n[] sosa:hasMember [ ] ;\n sosa:observedProperty [ ] ;\n sosa:resultTime \"2022-05-01T22:33:44Z\" .\n\n", "url": "https://opengeospatial.github.io/bblocks/tests/unstable/sosa/properties/observationCollection/example_1_1.ttl" } ] @@ -90,7 +90,7 @@ }, { "language": "ttl", - "code": "@prefix sosa: .\n@prefix xsd: .\n\n a sosa:Observation ;\n sosa:hasFeatureOfInterest ;\n sosa:hasSimpleResult 1.9952e+03 ;\n sosa:phenomenonTime \"2022-05-01T22:33:40Z\" .\n\n[] sosa:hasMember ;\n sosa:observedProperty ;\n sosa:resultTime \"2022-05-01T22:33:44Z\" .\n\n", + "code": "@prefix sosa: .\n@prefix xsd: .\n\n a sosa:Observation ;\n sosa:hasFeatureOfInterest ;\n sosa:hasSimpleResult 1.9952e+03 ;\n sosa:phenomenonTime <2022-05-01t22:33:40Z> .\n\n[] sosa:hasMember ;\n sosa:observedProperty ;\n sosa:resultTime \"2022-05-01T22:33:44Z\" .\n\n", "url": "https://opengeospatial.github.io/bblocks/tests/unstable/sosa/properties/observationCollection/example_2_1.ttl" } ] @@ -106,7 +106,7 @@ ] } ], - "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA ObservationCollection\n$defs:\n collection:\n type: object\n properties:\n resultTime:\n type: string\n format: date-time\n x-jsonld-id: http://www.w3.org/ns/sosa/resultTime\n phenomenonTime:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n hasFeatureOfInterest:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n observedProperty:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n usedProcedure:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n madeBySensor:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n hasMember:\n type: array\n items:\n anyOf:\n - $ref: '#/$defs/collection'\n - $ref: ../observation/schema.yaml\n - $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\nallOf:\n- $ref: '#/$defs/collection'\n- not:\n anyOf:\n - required:\n - hasResult\n - required:\n - hasSimpleResult\nx-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n id: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n features: http://www.w3.org/ns/sosa/hasMember\n properties: '@nest'\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", + "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA ObservationCollection\n$defs:\n collection:\n type: object\n properties:\n resultTime:\n type: string\n format: date-time\n x-jsonld-id: http://www.w3.org/ns/sosa/resultTime\n phenomenonTime:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n observedProperty:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n usedProcedure:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n madeBySensor:\n type:\n - object\n - string\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n hasMember:\n type: array\n items:\n anyOf:\n - $ref: '#/$defs/collection'\n - $ref: ../observation/schema.yaml\n - $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\nallOf:\n- $ref: '#/$defs/collection'\n- not:\n anyOf:\n - required:\n - hasResult\n - required:\n - hasSimpleResult\nx-jsonld-extra-terms:\n id: '@id'\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n features:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n properties: '@nest'\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", "gitRepository": "https://github.com/opengeospatial/ogcapi-sosa", "gitPath": "_sources/properties/observationCollection" } \ No newline at end of file diff --git a/generateddocs/json-full/unstable/sosa/properties/platform/index.json b/generateddocs/json-full/unstable/sosa/properties/platform/index.json index fb666f9a3..436ebebd9 100644 --- a/generateddocs/json-full/unstable/sosa/properties/platform/index.json +++ b/generateddocs/json-full/unstable/sosa/properties/platform/index.json @@ -28,8 +28,8 @@ "group": "SOSA", "shaclRules": {}, "dependsOn": [ - "ogc.unstable.sosa.properties.sensor", - "ogc.ogc-utils.iri-or-curie" + "ogc.ogc-utils.iri-or-curie", + "ogc.unstable.sosa.properties.sensor" ], "schema": { "application/yaml": "https://opengeospatial.github.io/bblocks/annotated-schemas/unstable/sosa/properties/platform/schema.yaml", @@ -63,7 +63,7 @@ ] } ], - "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA Platform\n$definitions:\n Platform:\n anyOf:\n - $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml\n - type: object\n properties:\n hosts:\n type: array\n items:\n anyOf:\n - $ref: '#/$definitions/Platform'\n - $ref: ../sensor/schema.yaml#/$definitions/Sensor\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\nallOf:\n- $ref: '#/$definitions/Platform'\nx-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n id: '@id'\n phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n hasMember: http://www.w3.org/ns/sosa/hasMember\n features: http://www.w3.org/ns/sosa/hasMember\n properties: '@nest'\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", + "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA Platform\n$definitions:\n Platform:\n anyOf:\n - $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml\n - type: object\n properties:\n hosts:\n type: array\n items:\n anyOf:\n - $ref: '#/$definitions/Platform'\n - $ref: ../sensor/schema.yaml#/$definitions/Sensor\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\nallOf:\n- $ref: '#/$definitions/Platform'\nx-jsonld-extra-terms:\n id: '@id'\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n features:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasMember:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n phenomenonTime:\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n properties: '@nest'\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", "gitRepository": "https://github.com/opengeospatial/ogcapi-sosa", "gitPath": "_sources/properties/platform" } \ No newline at end of file diff --git a/generateddocs/json-full/unstable/sosa/properties/sensor/index.json b/generateddocs/json-full/unstable/sosa/properties/sensor/index.json index 12c68b35d..8cd986e43 100644 --- a/generateddocs/json-full/unstable/sosa/properties/sensor/index.json +++ b/generateddocs/json-full/unstable/sosa/properties/sensor/index.json @@ -82,7 +82,7 @@ ] } ], - "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA Sensor\n$definitions:\n Sensor:\n anyOf:\n - $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml\n - type: object\n properties:\n id:\n $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml\n x-jsonld-id: '@id'\n name:\n type: string\nallOf:\n- $ref: '#/$definitions/Sensor'\nx-jsonld-extra-terms:\n Observation: http://www.w3.org/ns/sosa/Observation\n Sample: http://www.w3.org/ns/sosa/Sample\n System: http://www.w3.org/ns/sosa/System\n Platform: http://www.w3.org/ns/sosa/Platform\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n isResultOf: http://www.w3.org/ns/sosa/isResultOf\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n isHostedBy: http://www.w3.org/ns/sosa/isHostedBy\n isProxyFor: http://www.w3.org/ns/sosa/isProxyFor\n wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy\n detects: http://www.w3.org/ns/sosa/detects\n hasProperty: http://www.w3.org/ns/sosa/hasProperty\n isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf\n forProperty: http://www.w3.org/ns/sosa/forProperty\n implements: http://www.w3.org/ns/sosa/implements\n implementedBy: http://www.w3.org/ns/sosa/implementedBy\n hasInput: http://www.w3.org/ns/sosa/hasInput\n hasOutput: http://www.w3.org/ns/sosa/hasOutput\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n deployedSystem: http://www.w3.org/ns/sosa/deployedSystem\n hasDeployment: http://www.w3.org/ns/sosa/hasDeployment\n deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform\n inDeployment: http://www.w3.org/ns/sosa/inDeployment\n inCondition: http://www.w3.org/ns/ssn/systems/inCondition\n hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n hasMember: http://www.w3.org/ns/sosa/hasMember\n features: http://www.w3.org/ns/sosa/hasMember\n properties: '@nest'\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", + "annotatedSchema": "$schema: https://json-schema.org/draft/2020-12/schema\ndescription: SOSA Sensor\n$definitions:\n Sensor:\n anyOf:\n - $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml\n - type: object\n properties:\n id:\n $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml\n x-jsonld-id: '@id'\n name:\n type: string\nallOf:\n- $ref: '#/$definitions/Sensor'\nx-jsonld-extra-terms:\n ActuatableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty\n x-jsonld-type: '@id'\n Actuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuation\n x-jsonld-type: '@id'\n Actuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/Actuator\n x-jsonld-type: '@id'\n Deployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/Deployment\n x-jsonld-type: '@id'\n FeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest\n x-jsonld-type: '@id'\n Input:\n x-jsonld-id: http://www.w3.org/ns/sosa/Input\n x-jsonld-type: '@id'\n ObservableProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty\n x-jsonld-type: '@id'\n Observation:\n x-jsonld-id: http://www.w3.org/ns/sosa/Observation\n x-jsonld-type: '@id'\n Output:\n x-jsonld-id: http://www.w3.org/ns/sosa/Output\n x-jsonld-type: '@id'\n Platform:\n x-jsonld-id: http://www.w3.org/ns/sosa/Platform\n x-jsonld-type: '@id'\n Property:\n x-jsonld-id: http://www.w3.org/ns/sosa/Property\n x-jsonld-type: '@id'\n 'Procedure ':\n x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '\n x-jsonld-type: '@id'\n Result:\n x-jsonld-id: http://www.w3.org/ns/sosa/Result\n x-jsonld-type: '@id'\n Sample:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sample\n x-jsonld-type: '@id'\n Sampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampler\n x-jsonld-type: '@id'\n Sampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sampling\n x-jsonld-type: '@id'\n Sensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/Sensor\n x-jsonld-type: '@id'\n Stimulus:\n x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus\n x-jsonld-type: '@id'\n System:\n x-jsonld-id: http://www.w3.org/ns/sosa/System\n x-jsonld-type: '@id'\n actsOnProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty\n x-jsonld-type: '@id'\n deployedOnPlatform:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform\n x-jsonld-type: '@id'\n deployedSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem\n x-jsonld-type: '@id'\n detects:\n x-jsonld-id: http://www.w3.org/ns/sosa/detects\n x-jsonld-type: '@id'\n features:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n forProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/forProperty\n x-jsonld-type: '@id'\n hasDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment\n x-jsonld-type: '@id'\n hasFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest\n x-jsonld-type: '@id'\n hasInput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasInput\n x-jsonld-type: '@id'\n hasMember:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasMember\n x-jsonld-type: '@id'\n hasOutput:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput\n x-jsonld-type: '@id'\n hasProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty\n x-jsonld-type: '@id'\n hasResult: http://www.w3.org/ns/sosa/hasResult\n hasSample:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSample\n x-jsonld-type: '@id'\n hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult\n hasSubSystem:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n hasUltimateFeatureOfInterest:\n x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest\n x-jsonld-type: '@id'\n hosts:\n x-jsonld-id: http://www.w3.org/ns/sosa/hosts\n x-jsonld-type: '@id'\n x-jsonld-container: '@set'\n implementedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy\n x-jsonld-type: '@id'\n implements:\n x-jsonld-id: http://www.w3.org/ns/sosa/implements\n x-jsonld-type: '@id'\n inDeployment:\n x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment\n x-jsonld-type: '@id'\n isActedOnBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy\n x-jsonld-type: '@id'\n isFeatureOfInterestOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf\n x-jsonld-type: '@id'\n isHostedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy\n x-jsonld-type: '@id'\n isObservedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy\n x-jsonld-type: '@id'\n isPropertyOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf\n x-jsonld-type: '@id'\n isProxyFor:\n x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor\n x-jsonld-type: '@id'\n isResultOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf\n x-jsonld-type: '@id'\n isSampleOf:\n x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf\n x-jsonld-type: '@id'\n madeActuation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation\n x-jsonld-type: '@id'\n madeByActuator:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator\n x-jsonld-type: '@id'\n madeBySampler:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler\n x-jsonld-type: '@id'\n madeBySensor:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor\n x-jsonld-type: '@id'\n madeObservation:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation\n x-jsonld-type: '@id'\n madeSampling:\n x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling\n x-jsonld-type: '@id'\n observedProperty:\n x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty\n x-jsonld-type: '@id'\n observes:\n x-jsonld-id: http://www.w3.org/ns/sosa/observes\n x-jsonld-type: '@id'\n phenomenonTime:\n x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime\n x-jsonld-type: '@id'\n resultTime: http://www.w3.org/ns/sosa/resultTime\n usedProcedure:\n x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure\n x-jsonld-type: '@id'\n wasOriginatedBy:\n x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy\n x-jsonld-type: '@id'\n inCondition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition\n x-jsonld-type: '@id'\n Condition:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition\n x-jsonld-type: '@id'\n hasSystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability\n x-jsonld-type: '@id'\n SystemCapability:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability\n x-jsonld-type: '@id'\n hasSystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty\n x-jsonld-type: '@id'\n SystemProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty\n x-jsonld-type: '@id'\n MeasurementRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange\n x-jsonld-type: '@id'\n ActuationRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange\n x-jsonld-type: '@id'\n Accuracy:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy\n x-jsonld-type: '@id'\n DetectionLimit:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit\n x-jsonld-type: '@id'\n Drift:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift\n x-jsonld-type: '@id'\n Frequency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency\n x-jsonld-type: '@id'\n Latency:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency\n x-jsonld-type: '@id'\n Precision:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision\n x-jsonld-type: '@id'\n Resolution:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution\n x-jsonld-type: '@id'\n ResponseTime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime\n x-jsonld-type: '@id'\n Selectivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity\n x-jsonld-type: '@id'\n Sensitivity:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity\n x-jsonld-type: '@id'\n hasOperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange\n x-jsonld-type: '@id'\n OperatingRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange\n x-jsonld-type: '@id'\n hasOperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty\n x-jsonld-type: '@id'\n OperatingProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty\n x-jsonld-type: '@id'\n MaintenanceSchedule:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule\n x-jsonld-type: '@id'\n OperatingPowerRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange\n x-jsonld-type: '@id'\n hasSurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange\n x-jsonld-type: '@id'\n SurvivalRange:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange\n x-jsonld-type: '@id'\n hasSurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty\n x-jsonld-type: '@id'\n SurvivalProperty:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty\n x-jsonld-type: '@id'\n SystemLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime\n x-jsonld-type: '@id'\n BatteryLifetime:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime\n x-jsonld-type: '@id'\n qualityOfObservation:\n x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation\n x-jsonld-type: '@id'\n properties: '@nest'\n featureType: '@type'\nx-jsonld-prefixes:\n sosa: http://www.w3.org/ns/sosa/\n ssn-system: http://www.w3.org/ns/ssn/systems/\n ssn: http://www.w3.org/ns/ssn/\n", "gitRepository": "https://github.com/opengeospatial/ogcapi-sosa", "gitPath": "_sources/properties/sensor" } \ No newline at end of file diff --git a/generateddocs/markdown/unstable/sosa/examples/vectorObservation/index.md b/generateddocs/markdown/unstable/sosa/examples/vectorObservation/index.md index 6fcd19c69..d21541ed0 100644 --- a/generateddocs/markdown/unstable/sosa/examples/vectorObservation/index.md +++ b/generateddocs/markdown/unstable/sosa/examples/vectorObservation/index.md @@ -128,7 +128,10 @@ Links to the schema: { "@context": { "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -147,31 +150,189 @@ Links to the schema: }, "hasResult": "sosa:hasResult", "hasSimpleResult": "sosa:hasSimpleResult", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", "id": "@id", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -180,62 +341,150 @@ Links to the schema: "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "isResultOf": "sosa:isResultOf", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": "sosa:hasMember", - "features": "sosa:hasMember", "properties": "@nest", "featureType": "@type", "position": { diff --git a/generateddocs/markdown/unstable/sosa/examples/vectorObservationFeature/index.md b/generateddocs/markdown/unstable/sosa/examples/vectorObservationFeature/index.md index 20d00848b..d47f767d0 100644 --- a/generateddocs/markdown/unstable/sosa/examples/vectorObservationFeature/index.md +++ b/generateddocs/markdown/unstable/sosa/examples/vectorObservationFeature/index.md @@ -363,7 +363,8 @@ Links to the schema: "@container": "@set", "@id": "geojson:features" } - } + }, + "@type": "@id" }, "links": { "@context": { @@ -391,7 +392,10 @@ Links to the schema: "@id": "geojson:coordinates" }, "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -410,30 +414,185 @@ Links to the schema: }, "hasResult": "sosa:hasResult", "hasSimpleResult": "sosa:hasSimpleResult", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id", + "@context": {} + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -442,63 +601,149 @@ Links to the schema: "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "isResultOf": "sosa:isResultOf", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": { - "@context": {}, - "@id": "sosa:hasMember" + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, "position": { "@context": { diff --git a/generateddocs/markdown/unstable/sosa/features/observation/index.md b/generateddocs/markdown/unstable/sosa/features/observation/index.md index fb043cdd0..e2c8c27a9 100644 --- a/generateddocs/markdown/unstable/sosa/features/observation/index.md +++ b/generateddocs/markdown/unstable/sosa/features/observation/index.md @@ -144,97 +144,276 @@ allOf: $ref: ../../properties/observation/schema.yaml x-jsonld-id: '@nest' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember featureType: '@type' x-jsonld-prefixes: sosa: http://www.w3.org/ns/sosa/ @@ -304,7 +483,10 @@ Links to the schema: "@id": "geojson:coordinates" }, "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -323,30 +505,184 @@ Links to the schema: }, "hasResult": "sosa:hasResult", "hasSimpleResult": "sosa:hasSimpleResult", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -355,61 +691,150 @@ Links to the schema: "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "isResultOf": "sosa:isResultOf", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": "sosa:hasMember", "geojson": "https://purl.org/geojson/vocab#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "oa": "http://www.w3.org/ns/oa#", diff --git a/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md b/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md index 13e63d614..eaf9e3744 100644 --- a/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md +++ b/generateddocs/markdown/unstable/sosa/features/observationCollection/index.md @@ -193,97 +193,275 @@ allOf: - $ref: ../observation/schema.yaml - type: string x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember featureType: '@type' x-jsonld-prefixes: sosa: http://www.w3.org/ns/sosa/ @@ -334,7 +512,8 @@ Links to the schema: "featureType": "@type" }, "@container": "@set", - "@id": "sosa:hasMember" + "@id": "sosa:hasMember", + "@type": "@id" }, "id": "@id", "properties": "@nest", @@ -356,7 +535,10 @@ Links to the schema: "Point": "geojson:Point", "Polygon": "geojson:Polygon", "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -377,32 +559,185 @@ Links to the schema: "@context": { "featureType": "@type" }, - "@id": "sosa:hasMember" + "@id": "sosa:hasMember", + "@type": "@id" }, - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasResult": "sosa:hasResult", + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSimpleResult": "sosa:hasSimpleResult", + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -411,62 +746,150 @@ Links to the schema: "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "hasResult": "sosa:hasResult", - "isResultOf": "sosa:isResultOf", - "hasSimpleResult": "sosa:hasSimpleResult", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", "coordinates": { "@container": "@list", "@id": "geojson:coordinates" diff --git a/generateddocs/markdown/unstable/sosa/index.md b/generateddocs/markdown/unstable/sosa/index.md index af4ae8b9f..2e88d2a3d 100644 --- a/generateddocs/markdown/unstable/sosa/index.md +++ b/generateddocs/markdown/unstable/sosa/index.md @@ -73,97 +73,276 @@ anyOf: $ref: properties/observation/schema.yaml x-jsonld-id: '@nest' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember featureType: '@type' x-jsonld-prefixes: sosa: http://www.w3.org/ns/sosa/ @@ -185,97 +364,275 @@ anyOf: - $ref: features/observation/schema.yaml - type: string x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember featureType: '@type' x-jsonld-prefixes: sosa: http://www.w3.org/ns/sosa/ @@ -294,6 +651,7 @@ anyOf: - object - string x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' hasFeatureOfInterest: type: - object @@ -328,81 +686,258 @@ anyOf: - required: - hasSimpleResult x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform id: '@id' - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -424,6 +959,7 @@ anyOf: - object - string x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' hasFeatureOfInterest: type: - object @@ -456,6 +992,7 @@ anyOf: - $ref: properties/observation/schema.yaml - $ref: ../../ogc-utils/iri-or-curie/schema.yaml x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' allOf: - $ref: properties/observationCollection/schema.yaml/#/$defs/collection - not: @@ -465,82 +1002,257 @@ anyOf: - required: - hasSimpleResult x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform id: '@id' - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty + x-jsonld-type: '@id' + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation + x-jsonld-type: '@id' + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System + x-jsonld-type: '@id' + actsOnProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty + x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' + isActedOnBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy + x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy x-jsonld-type: '@id' isObservedBy: x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' + madeActuation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation + x-jsonld-type: '@id' + madeByActuator: + x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator + x-jsonld-type: '@id' + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + x-jsonld-type: '@id' madeObservation: x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' - actsOnProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty + madeSampling: + x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling + x-jsonld-type: '@id' + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes + x-jsonld-type: '@id' + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy + x-jsonld-type: '@id' + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange x-jsonld-type: '@id' - isActedOnBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty x-jsonld-type: '@id' - madeActuation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty x-jsonld-type: '@id' - madeByActuator: - x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange x-jsonld-type: '@id' - madeSampling: - x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -567,93 +1279,272 @@ anyOf: allOf: - $ref: properties/platform/schema.yaml/#/$definitions/Platform x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy + x-jsonld-type: '@id' + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -676,96 +1567,275 @@ anyOf: allOf: - $ref: properties/sensor/schema.yaml/#/$definitions/Sensor x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty + x-jsonld-type: '@id' + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation + x-jsonld-type: '@id' + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System + x-jsonld-type: '@id' + actsOnProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty + x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' + isActedOnBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy + x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' + madeActuation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation + x-jsonld-type: '@id' + madeByActuator: + x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator + x-jsonld-type: '@id' + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + x-jsonld-type: '@id' + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + x-jsonld-type: '@id' + madeSampling: + x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling + x-jsonld-type: '@id' observedProperty: x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes + x-jsonld-type: '@id' + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' + resultTime: http://www.w3.org/ns/sosa/resultTime + usedProcedure: + x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure + x-jsonld-type: '@id' + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy + x-jsonld-type: '@id' + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit x-jsonld-type: '@id' - actsOnProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift x-jsonld-type: '@id' - isActedOnBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency x-jsonld-type: '@id' - madeActuation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency x-jsonld-type: '@id' - madeByActuator: - x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime x-jsonld-type: '@id' - madeSampling: - x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult - resultTime: http://www.w3.org/ns/sosa/resultTime - usedProcedure: - x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -787,7 +1857,10 @@ Links to the schema: { "@context": { "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -806,31 +1879,201 @@ Links to the schema: }, "hasResult": "sosa:hasResult", "hasSimpleResult": "sosa:hasSimpleResult", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", "id": "@id", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id", + "@context": { + "features": { + "@container": "@set", + "@id": "geojson:features" + }, + "featureType": "@type" + }, + "@container": "@set" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id", + "@context": { + "featureType": "@type" + } + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set", + "@context": {} + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -839,77 +2082,149 @@ Links to the schema: "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "isResultOf": "sosa:isResultOf", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set", - "@context": {} + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": { - "@context": { - "featureType": "@type" - }, - "@id": "sosa:hasMember" + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" }, - "features": { - "@context": { - "features": { - "@container": "@set", - "@id": "geojson:features" - }, - "featureType": "@type" - }, - "@container": "@set", - "@id": "sosa:hasMember" + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, "properties": "@nest", "featureType": "geojson:collectionFeatureType", diff --git a/generateddocs/markdown/unstable/sosa/properties/observation/index.md b/generateddocs/markdown/unstable/sosa/properties/observation/index.md index d00ad9c89..2aa3c2971 100644 --- a/generateddocs/markdown/unstable/sosa/properties/observation/index.md +++ b/generateddocs/markdown/unstable/sosa/properties/observation/index.md @@ -5,7 +5,7 @@ This building block defines the set of properties for an observation according to the SOSA/SSN specification. These properties may be directly included into a root element of a JSON object or used in the properties container of a GeoJSON feature. -[*Status*](http://www.opengis.net/def/status): Invalid +[*Status*](http://www.opengis.net/def/status): Under development ## Description @@ -133,6 +133,7 @@ properties: - object - string x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' hasFeatureOfInterest: type: - object @@ -167,81 +168,258 @@ anyOf: - required: - hasSimpleResult x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform id: '@id' - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -263,7 +441,10 @@ Links to the schema: { "@context": { "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -282,31 +463,189 @@ Links to the schema: }, "hasResult": "sosa:hasResult", "hasSimpleResult": "sosa:hasSimpleResult", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", "id": "@id", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -315,62 +654,150 @@ Links to the schema: "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "isResultOf": "sosa:isResultOf", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": "sosa:hasMember", - "features": "sosa:hasMember", "properties": "@nest", "featureType": "@type", "sosa": "http://www.w3.org/ns/sosa/", diff --git a/generateddocs/markdown/unstable/sosa/properties/observationCollection/index.md b/generateddocs/markdown/unstable/sosa/properties/observationCollection/index.md index 8c72708a0..95826e4e6 100644 --- a/generateddocs/markdown/unstable/sosa/properties/observationCollection/index.md +++ b/generateddocs/markdown/unstable/sosa/properties/observationCollection/index.md @@ -42,7 +42,7 @@ Collection of one or more observations, whose members share a common value for o ```ttl @prefix sosa: . -[] sosa:hasMember "_:a1" ; +[] sosa:hasMember [ ] ; sosa:observedProperty [ ] ; sosa:resultTime "2022-05-01T22:33:44Z" . @@ -96,7 +96,7 @@ Collection of one or more observations, whose members share a common value for o a sosa:Observation ; sosa:hasFeatureOfInterest ; sosa:hasSimpleResult 1.9952e+03 ; - sosa:phenomenonTime "2022-05-01T22:33:40Z" . + sosa:phenomenonTime <2022-05-01t22:33:40Z> . [] sosa:hasMember ; sosa:observedProperty ; @@ -148,6 +148,7 @@ $defs: - object - string x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime + x-jsonld-type: '@id' hasFeatureOfInterest: type: - object @@ -180,6 +181,7 @@ $defs: - $ref: ../observation/schema.yaml - $ref: ../../../../ogc-utils/iri-or-curie/schema.yaml x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' allOf: - $ref: '#/$defs/collection' - not: @@ -189,82 +191,257 @@ allOf: - required: - hasSimpleResult x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform id: '@id' - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator + x-jsonld-type: '@id' + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -286,7 +463,10 @@ Links to the schema: { "@context": { "resultTime": "sosa:resultTime", - "phenomenonTime": "sosa:phenomenonTime", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", + "@type": "@id" + }, "hasFeatureOfInterest": { "@id": "sosa:hasFeatureOfInterest", "@type": "@id" @@ -305,33 +485,190 @@ Links to the schema: }, "hasMember": { "@context": {}, - "@id": "sosa:hasMember" + "@id": "sosa:hasMember", + "@type": "@id" }, - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", "id": "@id", - "observes": { - "@id": "sosa:observes", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Actuator": { + "@id": "sosa:Actuator", + "@type": "@id" + }, + "Deployment": { + "@id": "sosa:Deployment", + "@type": "@id" + }, + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasResult": "sosa:hasResult", + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSimpleResult": "sosa:hasSimpleResult", + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -340,63 +677,150 @@ Links to the schema: "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", "@type": "@id" }, - "hasResult": "sosa:hasResult", - "isResultOf": "sosa:isResultOf", - "hasSimpleResult": "sosa:hasSimpleResult", - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "features": "sosa:hasMember", "properties": "@nest", "featureType": "@type", "sosa": "http://www.w3.org/ns/sosa/", diff --git a/generateddocs/markdown/unstable/sosa/properties/platform/index.md b/generateddocs/markdown/unstable/sosa/properties/platform/index.md index 8e50f7327..65aa21705 100644 --- a/generateddocs/markdown/unstable/sosa/properties/platform/index.md +++ b/generateddocs/markdown/unstable/sosa/properties/platform/index.md @@ -107,93 +107,272 @@ $definitions: allOf: - $ref: '#/$definitions/Platform' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty - x-jsonld-type: '@id' id: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment + x-jsonld-type: '@id' + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy + x-jsonld-type: '@id' + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -220,40 +399,190 @@ Links to the schema: "@type": "@id", "@container": "@set" }, - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", - "observedProperty": { - "@id": "sosa:observedProperty", + "id": "@id", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "id": "@id", - "phenomenonTime": "sosa:phenomenonTime", - "observes": { - "@id": "sosa:observes", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuator": { + "@id": "sosa:Actuator", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Deployment": { + "@id": "sosa:Deployment", "@type": "@id" }, - "madeBySensor": { - "@id": "sosa:madeBySensor", + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasFeatureOfInterest": { + "@id": "sosa:hasFeatureOfInterest", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasResult": "sosa:hasResult", + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSimpleResult": "sosa:hasSimpleResult", + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -262,68 +591,167 @@ Links to the schema: "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeBySensor": { + "@id": "sosa:madeBySensor", + "@type": "@id" + }, + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observedProperty": { + "@id": "sosa:observedProperty", "@type": "@id" }, - "hasFeatureOfInterest": { - "@id": "sosa:hasFeatureOfInterest", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", "@type": "@id" }, - "hasResult": "sosa:hasResult", - "isResultOf": "sosa:isResultOf", - "hasSimpleResult": "sosa:hasSimpleResult", "resultTime": "sosa:resultTime", "usedProcedure": { "@id": "sosa:usedProcedure", "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", + "@type": "@id" + }, + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" + }, + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": "sosa:hasMember", - "features": "sosa:hasMember", "properties": "@nest", "featureType": "@type", "sosa": "http://www.w3.org/ns/sosa/", diff --git a/generateddocs/markdown/unstable/sosa/properties/sensor/index.md b/generateddocs/markdown/unstable/sosa/properties/sensor/index.md index c1cb32f85..c46dea094 100644 --- a/generateddocs/markdown/unstable/sosa/properties/sensor/index.md +++ b/generateddocs/markdown/unstable/sosa/properties/sensor/index.md @@ -181,96 +181,275 @@ $definitions: allOf: - $ref: '#/$definitions/Sensor' x-jsonld-extra-terms: - Observation: http://www.w3.org/ns/sosa/Observation - Sample: http://www.w3.org/ns/sosa/Sample - System: http://www.w3.org/ns/sosa/System - Platform: http://www.w3.org/ns/sosa/Platform - observedProperty: - x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty + ActuatableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty x-jsonld-type: '@id' - phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime - observes: - x-jsonld-id: http://www.w3.org/ns/sosa/observes + Actuation: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuation x-jsonld-type: '@id' - isObservedBy: - x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + Actuator: + x-jsonld-id: http://www.w3.org/ns/sosa/Actuator x-jsonld-type: '@id' - madeObservation: - x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation + Deployment: + x-jsonld-id: http://www.w3.org/ns/sosa/Deployment x-jsonld-type: '@id' - madeBySensor: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + FeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest + x-jsonld-type: '@id' + Input: + x-jsonld-id: http://www.w3.org/ns/sosa/Input + x-jsonld-type: '@id' + ObservableProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty + x-jsonld-type: '@id' + Observation: + x-jsonld-id: http://www.w3.org/ns/sosa/Observation + x-jsonld-type: '@id' + Output: + x-jsonld-id: http://www.w3.org/ns/sosa/Output + x-jsonld-type: '@id' + Platform: + x-jsonld-id: http://www.w3.org/ns/sosa/Platform + x-jsonld-type: '@id' + Property: + x-jsonld-id: http://www.w3.org/ns/sosa/Property + x-jsonld-type: '@id' + 'Procedure ': + x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure ' + x-jsonld-type: '@id' + Result: + x-jsonld-id: http://www.w3.org/ns/sosa/Result + x-jsonld-type: '@id' + Sample: + x-jsonld-id: http://www.w3.org/ns/sosa/Sample + x-jsonld-type: '@id' + Sampler: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampler + x-jsonld-type: '@id' + Sampling: + x-jsonld-id: http://www.w3.org/ns/sosa/Sampling + x-jsonld-type: '@id' + Sensor: + x-jsonld-id: http://www.w3.org/ns/sosa/Sensor + x-jsonld-type: '@id' + Stimulus: + x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus + x-jsonld-type: '@id' + System: + x-jsonld-id: http://www.w3.org/ns/sosa/System x-jsonld-type: '@id' actsOnProperty: x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty x-jsonld-type: '@id' + deployedOnPlatform: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform + x-jsonld-type: '@id' + deployedSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem + x-jsonld-type: '@id' + detects: + x-jsonld-id: http://www.w3.org/ns/sosa/detects + x-jsonld-type: '@id' + features: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + forProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/forProperty + x-jsonld-type: '@id' + hasDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment + x-jsonld-type: '@id' + hasFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + x-jsonld-type: '@id' + hasInput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasInput + x-jsonld-type: '@id' + hasMember: + x-jsonld-id: http://www.w3.org/ns/sosa/hasMember + x-jsonld-type: '@id' + hasOutput: + x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput + x-jsonld-type: '@id' + hasProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty + x-jsonld-type: '@id' + hasResult: http://www.w3.org/ns/sosa/hasResult + hasSample: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + x-jsonld-type: '@id' + hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult + hasSubSystem: + x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + x-jsonld-type: '@id' + x-jsonld-container: '@set' + hasUltimateFeatureOfInterest: + x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest + x-jsonld-type: '@id' + hosts: + x-jsonld-id: http://www.w3.org/ns/sosa/hosts + x-jsonld-type: '@id' + x-jsonld-container: '@set' + implementedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy + x-jsonld-type: '@id' + implements: + x-jsonld-id: http://www.w3.org/ns/sosa/implements + x-jsonld-type: '@id' + inDeployment: + x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment + x-jsonld-type: '@id' isActedOnBy: x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy x-jsonld-type: '@id' + isFeatureOfInterestOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + x-jsonld-type: '@id' + isHostedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy + x-jsonld-type: '@id' + isObservedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy + x-jsonld-type: '@id' + isPropertyOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf + x-jsonld-type: '@id' + isProxyFor: + x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor + x-jsonld-type: '@id' + isResultOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf + x-jsonld-type: '@id' + isSampleOf: + x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + x-jsonld-type: '@id' madeActuation: x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation x-jsonld-type: '@id' madeByActuator: x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator x-jsonld-type: '@id' - hasSample: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSample + madeBySampler: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler x-jsonld-type: '@id' - isSampleOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf + madeBySensor: + x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor + x-jsonld-type: '@id' + madeObservation: + x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation x-jsonld-type: '@id' madeSampling: x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling x-jsonld-type: '@id' - madeBySampler: - x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler + observedProperty: + x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty x-jsonld-type: '@id' - hasFeatureOfInterest: - x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest + observes: + x-jsonld-id: http://www.w3.org/ns/sosa/observes x-jsonld-type: '@id' - isFeatureOfInterestOf: - x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf + phenomenonTime: + x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime x-jsonld-type: '@id' - hasResult: http://www.w3.org/ns/sosa/hasResult - isResultOf: http://www.w3.org/ns/sosa/isResultOf - hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult resultTime: http://www.w3.org/ns/sosa/resultTime usedProcedure: x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure x-jsonld-type: '@id' - hosts: - x-jsonld-id: http://www.w3.org/ns/sosa/hosts + wasOriginatedBy: + x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy x-jsonld-type: '@id' - x-jsonld-container: '@set' - isHostedBy: http://www.w3.org/ns/sosa/isHostedBy - isProxyFor: http://www.w3.org/ns/sosa/isProxyFor - wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy - detects: http://www.w3.org/ns/sosa/detects - hasProperty: http://www.w3.org/ns/sosa/hasProperty - isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf - forProperty: http://www.w3.org/ns/sosa/forProperty - implements: http://www.w3.org/ns/sosa/implements - implementedBy: http://www.w3.org/ns/sosa/implementedBy - hasInput: http://www.w3.org/ns/sosa/hasInput - hasOutput: http://www.w3.org/ns/sosa/hasOutput - hasSubSystem: - x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem + inCondition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition + x-jsonld-type: '@id' + Condition: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition + x-jsonld-type: '@id' + hasSystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability + x-jsonld-type: '@id' + SystemCapability: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability + x-jsonld-type: '@id' + hasSystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty + x-jsonld-type: '@id' + SystemProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty + x-jsonld-type: '@id' + MeasurementRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange + x-jsonld-type: '@id' + ActuationRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange + x-jsonld-type: '@id' + Accuracy: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy + x-jsonld-type: '@id' + DetectionLimit: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit + x-jsonld-type: '@id' + Drift: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift + x-jsonld-type: '@id' + Frequency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency + x-jsonld-type: '@id' + Latency: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency + x-jsonld-type: '@id' + Precision: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision + x-jsonld-type: '@id' + Resolution: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution + x-jsonld-type: '@id' + ResponseTime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime + x-jsonld-type: '@id' + Selectivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity + x-jsonld-type: '@id' + Sensitivity: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity + x-jsonld-type: '@id' + hasOperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange + x-jsonld-type: '@id' + OperatingRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange + x-jsonld-type: '@id' + hasOperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty + x-jsonld-type: '@id' + OperatingProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty + x-jsonld-type: '@id' + MaintenanceSchedule: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule + x-jsonld-type: '@id' + OperatingPowerRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange + x-jsonld-type: '@id' + hasSurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange + x-jsonld-type: '@id' + SurvivalRange: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange + x-jsonld-type: '@id' + hasSurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty + x-jsonld-type: '@id' + SurvivalProperty: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty + x-jsonld-type: '@id' + SystemLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime + x-jsonld-type: '@id' + BatteryLifetime: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime + x-jsonld-type: '@id' + qualityOfObservation: + x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation x-jsonld-type: '@id' - x-jsonld-container: '@set' - deployedSystem: http://www.w3.org/ns/sosa/deployedSystem - hasDeployment: http://www.w3.org/ns/sosa/hasDeployment - deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform - inDeployment: http://www.w3.org/ns/sosa/inDeployment - inCondition: http://www.w3.org/ns/ssn/systems/inCondition - hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability - hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty - hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange - hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty - hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange - hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty - qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation - hasMember: http://www.w3.org/ns/sosa/hasMember - features: http://www.w3.org/ns/sosa/hasMember properties: '@nest' featureType: '@type' x-jsonld-prefixes: @@ -292,39 +471,194 @@ Links to the schema: { "@context": { "id": "@id", - "Observation": "sosa:Observation", - "Sample": "sosa:Sample", - "System": "sosa:System", - "Platform": "sosa:Platform", - "observedProperty": { - "@id": "sosa:observedProperty", + "ActuatableProperty": { + "@id": "sosa:ActuatableProperty", "@type": "@id" }, - "phenomenonTime": "sosa:phenomenonTime", - "observes": { - "@id": "sosa:observes", + "Actuation": { + "@id": "sosa:Actuation", "@type": "@id" }, - "isObservedBy": { - "@id": "sosa:isObservedBy", + "Actuator": { + "@id": "sosa:Actuator", "@type": "@id" }, - "madeObservation": { - "@id": "sosa:madeObservation", + "Deployment": { + "@id": "sosa:Deployment", "@type": "@id" }, - "madeBySensor": { - "@id": "sosa:madeBySensor", + "FeatureOfInterest": { + "@id": "sosa:FeatureOfInterest", + "@type": "@id" + }, + "Input": { + "@id": "sosa:Input", + "@type": "@id" + }, + "ObservableProperty": { + "@id": "sosa:ObservableProperty", + "@type": "@id" + }, + "Observation": { + "@id": "sosa:Observation", + "@type": "@id" + }, + "Output": { + "@id": "sosa:Output", + "@type": "@id" + }, + "Platform": { + "@id": "sosa:Platform", + "@type": "@id" + }, + "Property": { + "@id": "sosa:Property", + "@type": "@id" + }, + "Procedure ": { + "@id": "sosa:Procedure ", + "@type": "@id" + }, + "Result": { + "@id": "sosa:Result", + "@type": "@id" + }, + "Sample": { + "@id": "sosa:Sample", + "@type": "@id" + }, + "Sampler": { + "@id": "sosa:Sampler", + "@type": "@id" + }, + "Sampling": { + "@id": "sosa:Sampling", + "@type": "@id" + }, + "Sensor": { + "@id": "sosa:Sensor", + "@type": "@id" + }, + "Stimulus": { + "@id": "sosa:Stimulus", + "@type": "@id" + }, + "System": { + "@id": "sosa:System", "@type": "@id" }, "actsOnProperty": { "@id": "sosa:actsOnProperty", "@type": "@id" }, + "deployedOnPlatform": { + "@id": "sosa:deployedOnPlatform", + "@type": "@id" + }, + "deployedSystem": { + "@id": "sosa:deployedSystem", + "@type": "@id" + }, + "detects": { + "@id": "sosa:detects", + "@type": "@id" + }, + "features": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "forProperty": { + "@id": "sosa:forProperty", + "@type": "@id" + }, + "hasDeployment": { + "@id": "sosa:hasDeployment", + "@type": "@id" + }, + "hasFeatureOfInterest": { + "@id": "sosa:hasFeatureOfInterest", + "@type": "@id" + }, + "hasInput": { + "@id": "sosa:hasInput", + "@type": "@id" + }, + "hasMember": { + "@id": "sosa:hasMember", + "@type": "@id" + }, + "hasOutput": { + "@id": "sosa:hasOutput", + "@type": "@id" + }, + "hasProperty": { + "@id": "sosa:hasProperty", + "@type": "@id" + }, + "hasResult": "sosa:hasResult", + "hasSample": { + "@id": "sosa:hasSample", + "@type": "@id" + }, + "hasSimpleResult": "sosa:hasSimpleResult", + "hasSubSystem": { + "@id": "sosa:hasSubSystem", + "@type": "@id", + "@container": "@set" + }, + "hasUltimateFeatureOfInterest": { + "@id": "sosa:hasUltimateFeatureOfInterest", + "@type": "@id" + }, + "hosts": { + "@id": "sosa:hosts", + "@type": "@id", + "@container": "@set" + }, + "implementedBy": { + "@id": "sosa:implementedBy", + "@type": "@id" + }, + "implements": { + "@id": "sosa:implements", + "@type": "@id" + }, + "inDeployment": { + "@id": "sosa:inDeployment", + "@type": "@id" + }, "isActedOnBy": { "@id": "sosa:isActedOnBy", "@type": "@id" }, + "isFeatureOfInterestOf": { + "@id": "sosa:isFeatureOfInterestOf", + "@type": "@id" + }, + "isHostedBy": { + "@id": "sosa:isHostedBy", + "@type": "@id" + }, + "isObservedBy": { + "@id": "sosa:isObservedBy", + "@type": "@id" + }, + "isPropertyOf": { + "@id": "sosa:isPropertyOf", + "@type": "@id" + }, + "isProxyFor": { + "@id": "sosa:isProxyFor", + "@type": "@id" + }, + "isResultOf": { + "@id": "sosa:isResultOf", + "@type": "@id" + }, + "isSampleOf": { + "@id": "sosa:isSampleOf", + "@type": "@id" + }, "madeActuation": { "@id": "sosa:madeActuation", "@type": "@id" @@ -333,73 +667,167 @@ Links to the schema: "@id": "sosa:madeByActuator", "@type": "@id" }, - "hasSample": { - "@id": "sosa:hasSample", + "madeBySampler": { + "@id": "sosa:madeBySampler", "@type": "@id" }, - "isSampleOf": { - "@id": "sosa:isSampleOf", + "madeBySensor": { + "@id": "sosa:madeBySensor", + "@type": "@id" + }, + "madeObservation": { + "@id": "sosa:madeObservation", "@type": "@id" }, "madeSampling": { "@id": "sosa:madeSampling", "@type": "@id" }, - "madeBySampler": { - "@id": "sosa:madeBySampler", + "observedProperty": { + "@id": "sosa:observedProperty", "@type": "@id" }, - "hasFeatureOfInterest": { - "@id": "sosa:hasFeatureOfInterest", + "observes": { + "@id": "sosa:observes", "@type": "@id" }, - "isFeatureOfInterestOf": { - "@id": "sosa:isFeatureOfInterestOf", + "phenomenonTime": { + "@id": "sosa:phenomenonTime", "@type": "@id" }, - "hasResult": "sosa:hasResult", - "isResultOf": "sosa:isResultOf", - "hasSimpleResult": "sosa:hasSimpleResult", "resultTime": "sosa:resultTime", "usedProcedure": { "@id": "sosa:usedProcedure", "@type": "@id" }, - "hosts": { - "@id": "sosa:hosts", - "@type": "@id", - "@container": "@set" + "wasOriginatedBy": { + "@id": "sosa:wasOriginatedBy", + "@type": "@id" }, - "isHostedBy": "sosa:isHostedBy", - "isProxyFor": "sosa:isProxyFor", - "wasOriginatedBy": "sosa:wasOriginatedBy", - "detects": "sosa:detects", - "hasProperty": "sosa:hasProperty", - "isPropertyOf": "sosa:isPropertyOf", - "forProperty": "sosa:forProperty", - "implements": "sosa:implements", - "implementedBy": "sosa:implementedBy", - "hasInput": "sosa:hasInput", - "hasOutput": "sosa:hasOutput", - "hasSubSystem": { - "@id": "sosa:hasSubSystem", - "@type": "@id", - "@container": "@set" + "inCondition": { + "@id": "ssn-system:inCondition", + "@type": "@id" + }, + "Condition": { + "@id": "ssn-system:Condition", + "@type": "@id" + }, + "hasSystemCapability": { + "@id": "ssn-system:hasSystemCapability", + "@type": "@id" + }, + "SystemCapability": { + "@id": "ssn-system:SystemCapability", + "@type": "@id" + }, + "hasSystemProperty": { + "@id": "ssn-system:hasSystemProperty", + "@type": "@id" + }, + "SystemProperty": { + "@id": "ssn-system:SystemProperty", + "@type": "@id" + }, + "MeasurementRange": { + "@id": "ssn-system:MeasurementRange", + "@type": "@id" + }, + "ActuationRange": { + "@id": "ssn-system:ActuationRange", + "@type": "@id" + }, + "Accuracy": { + "@id": "ssn-system:Accuracy", + "@type": "@id" + }, + "DetectionLimit": { + "@id": "ssn-system:DetectionLimit", + "@type": "@id" + }, + "Drift": { + "@id": "ssn-system:Drift", + "@type": "@id" + }, + "Frequency": { + "@id": "ssn-system:Frequency", + "@type": "@id" + }, + "Latency": { + "@id": "ssn-system:Latency", + "@type": "@id" + }, + "Precision": { + "@id": "ssn-system:Precision", + "@type": "@id" + }, + "Resolution": { + "@id": "ssn-system:Resolution", + "@type": "@id" + }, + "ResponseTime": { + "@id": "ssn-system:ResponseTime", + "@type": "@id" + }, + "Selectivity": { + "@id": "ssn-system:Selectivity", + "@type": "@id" + }, + "Sensitivity": { + "@id": "ssn-system:Sensitivity", + "@type": "@id" + }, + "hasOperatingRange": { + "@id": "ssn-system:hasOperatingRange", + "@type": "@id" + }, + "OperatingRange": { + "@id": "ssn-system:OperatingRange", + "@type": "@id" + }, + "hasOperatingProperty": { + "@id": "ssn-system:hasOperatingProperty", + "@type": "@id" + }, + "OperatingProperty": { + "@id": "ssn-system:OperatingProperty", + "@type": "@id" + }, + "MaintenanceSchedule": { + "@id": "ssn-system:MaintenanceSchedule", + "@type": "@id" + }, + "OperatingPowerRange": { + "@id": "ssn-system:OperatingPowerRange", + "@type": "@id" + }, + "hasSurvivalRange": { + "@id": "ssn-system:hasSurvivalRange", + "@type": "@id" + }, + "SurvivalRange": { + "@id": "ssn-system:SurvivalRange", + "@type": "@id" + }, + "hasSurvivalProperty": { + "@id": "ssn-system:hasSurvivalProperty", + "@type": "@id" + }, + "SurvivalProperty": { + "@id": "ssn-system:SurvivalProperty", + "@type": "@id" + }, + "SystemLifetime": { + "@id": "ssn-system:SystemLifetime", + "@type": "@id" + }, + "BatteryLifetime": { + "@id": "ssn-system:BatteryLifetime", + "@type": "@id" + }, + "qualityOfObservation": { + "@id": "ssn-system:qualityOfObservation", + "@type": "@id" }, - "deployedSystem": "sosa:deployedSystem", - "hasDeployment": "sosa:hasDeployment", - "deployedOnPlatform": "sosa:deployedOnPlatform", - "inDeployment": "sosa:inDeployment", - "inCondition": "ssn-system:inCondition", - "hasSystemCapability": "ssn-system:hasSystemCapability", - "hasSystemProperty": "ssn-system:hasSystemProperty", - "hasOperatingRange": "ssn-system:hasOperatingRange", - "hasOperatingProperty": "ssn-system:hasOperatingProperty", - "hasSurvivalRange": "ssn-system:hasSurvivalRange", - "hasSurvivalProperty": "ssn-system:hasSurvivalProperty", - "qualityOfObservation": "ssn-system:qualityOfObservation", - "hasMember": "sosa:hasMember", - "features": "sosa:hasMember", "properties": "@nest", "featureType": "@type", "sosa": "http://www.w3.org/ns/sosa/", diff --git a/generateddocs/slate-build/unstable/sosa/examples/vectorObservation/index.html b/generateddocs/slate-build/unstable/sosa/examples/vectorObservation/index.html index 10a96b61c..611a55937 100644 --- a/generateddocs/slate-build/unstable/sosa/examples/vectorObservation/index.html +++ b/generateddocs/slate-build/unstable/sosa/examples/vectorObservation/index.html @@ -485,7 +485,10 @@

JSON Schema

{
   "@context": {
     "resultTime": "sosa:resultTime",
-    "phenomenonTime": "sosa:phenomenonTime",
+    "phenomenonTime": {
+      "@id": "sosa:phenomenonTime",
+      "@type": "@id"
+    },
     "hasFeatureOfInterest": {
       "@id": "sosa:hasFeatureOfInterest",
       "@type": "@id"
@@ -504,31 +507,189 @@ 

JSON-LD Context

},
     "hasResult": "sosa:hasResult",
     "hasSimpleResult": "sosa:hasSimpleResult",
-    "Observation": "sosa:Observation",
-    "Sample": "sosa:Sample",
-    "System": "sosa:System",
-    "Platform": "sosa:Platform",
     "id": "@id",
-    "observes": {
-      "@id": "sosa:observes",
+    "ActuatableProperty": {
+      "@id": "sosa:ActuatableProperty",
       "@type": "@id"
     },
-    "isObservedBy": {
-      "@id": "sosa:isObservedBy",
+    "Actuation": {
+      "@id": "sosa:Actuation",
       "@type": "@id"
     },
-    "madeObservation": {
-      "@id": "sosa:madeObservation",
+    "Actuator": {
+      "@id": "sosa:Actuator",
+      "@type": "@id"
+    },
+    "Deployment": {
+      "@id": "sosa:Deployment",
+      "@type": "@id"
+    },
+    "FeatureOfInterest": {
+      "@id": "sosa:FeatureOfInterest",
+      "@type": "@id"
+    },
+    "Input": {
+      "@id": "sosa:Input",
+      "@type": "@id"
+    },
+    "ObservableProperty": {
+      "@id": "sosa:ObservableProperty",
+      "@type": "@id"
+    },
+    "Observation": {
+      "@id": "sosa:Observation",
+      "@type": "@id"
+    },
+    "Output": {
+      "@id": "sosa:Output",
+      "@type": "@id"
+    },
+    "Platform": {
+      "@id": "sosa:Platform",
+      "@type": "@id"
+    },
+    "Property": {
+      "@id": "sosa:Property",
+      "@type": "@id"
+    },
+    "Procedure ": {
+      "@id": "sosa:Procedure ",
+      "@type": "@id"
+    },
+    "Result": {
+      "@id": "sosa:Result",
+      "@type": "@id"
+    },
+    "Sample": {
+      "@id": "sosa:Sample",
+      "@type": "@id"
+    },
+    "Sampler": {
+      "@id": "sosa:Sampler",
+      "@type": "@id"
+    },
+    "Sampling": {
+      "@id": "sosa:Sampling",
+      "@type": "@id"
+    },
+    "Sensor": {
+      "@id": "sosa:Sensor",
+      "@type": "@id"
+    },
+    "Stimulus": {
+      "@id": "sosa:Stimulus",
+      "@type": "@id"
+    },
+    "System": {
+      "@id": "sosa:System",
       "@type": "@id"
     },
     "actsOnProperty": {
       "@id": "sosa:actsOnProperty",
       "@type": "@id"
     },
+    "deployedOnPlatform": {
+      "@id": "sosa:deployedOnPlatform",
+      "@type": "@id"
+    },
+    "deployedSystem": {
+      "@id": "sosa:deployedSystem",
+      "@type": "@id"
+    },
+    "detects": {
+      "@id": "sosa:detects",
+      "@type": "@id"
+    },
+    "features": {
+      "@id": "sosa:hasMember",
+      "@type": "@id"
+    },
+    "forProperty": {
+      "@id": "sosa:forProperty",
+      "@type": "@id"
+    },
+    "hasDeployment": {
+      "@id": "sosa:hasDeployment",
+      "@type": "@id"
+    },
+    "hasInput": {
+      "@id": "sosa:hasInput",
+      "@type": "@id"
+    },
+    "hasMember": {
+      "@id": "sosa:hasMember",
+      "@type": "@id"
+    },
+    "hasOutput": {
+      "@id": "sosa:hasOutput",
+      "@type": "@id"
+    },
+    "hasProperty": {
+      "@id": "sosa:hasProperty",
+      "@type": "@id"
+    },
+    "hasSample": {
+      "@id": "sosa:hasSample",
+      "@type": "@id"
+    },
+    "hasSubSystem": {
+      "@id": "sosa:hasSubSystem",
+      "@type": "@id",
+      "@container": "@set"
+    },
+    "hasUltimateFeatureOfInterest": {
+      "@id": "sosa:hasUltimateFeatureOfInterest",
+      "@type": "@id"
+    },
+    "hosts": {
+      "@id": "sosa:hosts",
+      "@type": "@id",
+      "@container": "@set"
+    },
+    "implementedBy": {
+      "@id": "sosa:implementedBy",
+      "@type": "@id"
+    },
+    "implements": {
+      "@id": "sosa:implements",
+      "@type": "@id"
+    },
+    "inDeployment": {
+      "@id": "sosa:inDeployment",
+      "@type": "@id"
+    },
     "isActedOnBy": {
       "@id": "sosa:isActedOnBy",
       "@type": "@id"
     },
+    "isFeatureOfInterestOf": {
+      "@id": "sosa:isFeatureOfInterestOf",
+      "@type": "@id"
+    },
+    "isHostedBy": {
+      "@id": "sosa:isHostedBy",
+      "@type": "@id"
+    },
+    "isObservedBy": {
+      "@id": "sosa:isObservedBy",
+      "@type": "@id"
+    },
+    "isPropertyOf": {
+      "@id": "sosa:isPropertyOf",
+      "@type": "@id"
+    },
+    "isProxyFor": {
+      "@id": "sosa:isProxyFor",
+      "@type": "@id"
+    },
+    "isResultOf": {
+      "@id": "sosa:isResultOf",
+      "@type": "@id"
+    },
+    "isSampleOf": {
+      "@id": "sosa:isSampleOf",
+      "@type": "@id"
+    },
     "madeActuation": {
       "@id": "sosa:madeActuation",
       "@type": "@id"
@@ -537,62 +698,150 @@ 

JSON-LD Context

"@id": "sosa:madeByActuator",
       "@type": "@id"
     },
-    "hasSample": {
-      "@id": "sosa:hasSample",
+    "madeBySampler": {
+      "@id": "sosa:madeBySampler",
       "@type": "@id"
     },
-    "isSampleOf": {
-      "@id": "sosa:isSampleOf",
+    "madeObservation": {
+      "@id": "sosa:madeObservation",
       "@type": "@id"
     },
     "madeSampling": {
       "@id": "sosa:madeSampling",
       "@type": "@id"
     },
-    "madeBySampler": {
-      "@id": "sosa:madeBySampler",
+    "observes": {
+      "@id": "sosa:observes",
       "@type": "@id"
     },
-    "isFeatureOfInterestOf": {
-      "@id": "sosa:isFeatureOfInterestOf",
+    "wasOriginatedBy": {
+      "@id": "sosa:wasOriginatedBy",
       "@type": "@id"
     },
-    "isResultOf": "sosa:isResultOf",
-    "hosts": {
-      "@id": "sosa:hosts",
-      "@type": "@id",
-      "@container": "@set"
+    "inCondition": {
+      "@id": "ssn-system:inCondition",
+      "@type": "@id"
     },
-    "isHostedBy": "sosa:isHostedBy",
-    "isProxyFor": "sosa:isProxyFor",
-    "wasOriginatedBy": "sosa:wasOriginatedBy",
-    "detects": "sosa:detects",
-    "hasProperty": "sosa:hasProperty",
-    "isPropertyOf": "sosa:isPropertyOf",
-    "forProperty": "sosa:forProperty",
-    "implements": "sosa:implements",
-    "implementedBy": "sosa:implementedBy",
-    "hasInput": "sosa:hasInput",
-    "hasOutput": "sosa:hasOutput",
-    "hasSubSystem": {
-      "@id": "sosa:hasSubSystem",
-      "@type": "@id",
-      "@container": "@set"
+    "Condition": {
+      "@id": "ssn-system:Condition",
+      "@type": "@id"
+    },
+    "hasSystemCapability": {
+      "@id": "ssn-system:hasSystemCapability",
+      "@type": "@id"
+    },
+    "SystemCapability": {
+      "@id": "ssn-system:SystemCapability",
+      "@type": "@id"
+    },
+    "hasSystemProperty": {
+      "@id": "ssn-system:hasSystemProperty",
+      "@type": "@id"
+    },
+    "SystemProperty": {
+      "@id": "ssn-system:SystemProperty",
+      "@type": "@id"
+    },
+    "MeasurementRange": {
+      "@id": "ssn-system:MeasurementRange",
+      "@type": "@id"
+    },
+    "ActuationRange": {
+      "@id": "ssn-system:ActuationRange",
+      "@type": "@id"
+    },
+    "Accuracy": {
+      "@id": "ssn-system:Accuracy",
+      "@type": "@id"
+    },
+    "DetectionLimit": {
+      "@id": "ssn-system:DetectionLimit",
+      "@type": "@id"
+    },
+    "Drift": {
+      "@id": "ssn-system:Drift",
+      "@type": "@id"
+    },
+    "Frequency": {
+      "@id": "ssn-system:Frequency",
+      "@type": "@id"
+    },
+    "Latency": {
+      "@id": "ssn-system:Latency",
+      "@type": "@id"
+    },
+    "Precision": {
+      "@id": "ssn-system:Precision",
+      "@type": "@id"
+    },
+    "Resolution": {
+      "@id": "ssn-system:Resolution",
+      "@type": "@id"
+    },
+    "ResponseTime": {
+      "@id": "ssn-system:ResponseTime",
+      "@type": "@id"
+    },
+    "Selectivity": {
+      "@id": "ssn-system:Selectivity",
+      "@type": "@id"
+    },
+    "Sensitivity": {
+      "@id": "ssn-system:Sensitivity",
+      "@type": "@id"
+    },
+    "hasOperatingRange": {
+      "@id": "ssn-system:hasOperatingRange",
+      "@type": "@id"
+    },
+    "OperatingRange": {
+      "@id": "ssn-system:OperatingRange",
+      "@type": "@id"
+    },
+    "hasOperatingProperty": {
+      "@id": "ssn-system:hasOperatingProperty",
+      "@type": "@id"
+    },
+    "OperatingProperty": {
+      "@id": "ssn-system:OperatingProperty",
+      "@type": "@id"
+    },
+    "MaintenanceSchedule": {
+      "@id": "ssn-system:MaintenanceSchedule",
+      "@type": "@id"
+    },
+    "OperatingPowerRange": {
+      "@id": "ssn-system:OperatingPowerRange",
+      "@type": "@id"
+    },
+    "hasSurvivalRange": {
+      "@id": "ssn-system:hasSurvivalRange",
+      "@type": "@id"
+    },
+    "SurvivalRange": {
+      "@id": "ssn-system:SurvivalRange",
+      "@type": "@id"
+    },
+    "hasSurvivalProperty": {
+      "@id": "ssn-system:hasSurvivalProperty",
+      "@type": "@id"
+    },
+    "SurvivalProperty": {
+      "@id": "ssn-system:SurvivalProperty",
+      "@type": "@id"
+    },
+    "SystemLifetime": {
+      "@id": "ssn-system:SystemLifetime",
+      "@type": "@id"
+    },
+    "BatteryLifetime": {
+      "@id": "ssn-system:BatteryLifetime",
+      "@type": "@id"
+    },
+    "qualityOfObservation": {
+      "@id": "ssn-system:qualityOfObservation",
+      "@type": "@id"
     },
-    "deployedSystem": "sosa:deployedSystem",
-    "hasDeployment": "sosa:hasDeployment",
-    "deployedOnPlatform": "sosa:deployedOnPlatform",
-    "inDeployment": "sosa:inDeployment",
-    "inCondition": "ssn-system:inCondition",
-    "hasSystemCapability": "ssn-system:hasSystemCapability",
-    "hasSystemProperty": "ssn-system:hasSystemProperty",
-    "hasOperatingRange": "ssn-system:hasOperatingRange",
-    "hasOperatingProperty": "ssn-system:hasOperatingProperty",
-    "hasSurvivalRange": "ssn-system:hasSurvivalRange",
-    "hasSurvivalProperty": "ssn-system:hasSurvivalProperty",
-    "qualityOfObservation": "ssn-system:qualityOfObservation",
-    "hasMember": "sosa:hasMember",
-    "features": "sosa:hasMember",
     "properties": "@nest",
     "featureType": "@type",
     "position": {
diff --git a/generateddocs/slate-build/unstable/sosa/examples/vectorObservationFeature/index.html b/generateddocs/slate-build/unstable/sosa/examples/vectorObservationFeature/index.html
index 83b187c81..7deadc1c8 100644
--- a/generateddocs/slate-build/unstable/sosa/examples/vectorObservationFeature/index.html
+++ b/generateddocs/slate-build/unstable/sosa/examples/vectorObservationFeature/index.html
@@ -726,7 +726,8 @@ 

JSON-LD Context

"@container": "@set",
           "@id": "geojson:features"
         }
-      }
+      },
+      "@type": "@id"
     },
     "links": {
       "@context": {
@@ -754,7 +755,10 @@ 

JSON-LD Context

"@id": "geojson:coordinates"
     },
     "resultTime": "sosa:resultTime",
-    "phenomenonTime": "sosa:phenomenonTime",
+    "phenomenonTime": {
+      "@id": "sosa:phenomenonTime",
+      "@type": "@id"
+    },
     "hasFeatureOfInterest": {
       "@id": "sosa:hasFeatureOfInterest",
       "@type": "@id"
@@ -773,30 +777,185 @@ 

JSON-LD Context

},
     "hasResult": "sosa:hasResult",
     "hasSimpleResult": "sosa:hasSimpleResult",
-    "Observation": "sosa:Observation",
-    "Sample": "sosa:Sample",
-    "System": "sosa:System",
-    "Platform": "sosa:Platform",
-    "observes": {
-      "@id": "sosa:observes",
+    "ActuatableProperty": {
+      "@id": "sosa:ActuatableProperty",
       "@type": "@id"
     },
-    "isObservedBy": {
-      "@id": "sosa:isObservedBy",
+    "Actuation": {
+      "@id": "sosa:Actuation",
       "@type": "@id"
     },
-    "madeObservation": {
-      "@id": "sosa:madeObservation",
+    "Actuator": {
+      "@id": "sosa:Actuator",
+      "@type": "@id"
+    },
+    "Deployment": {
+      "@id": "sosa:Deployment",
+      "@type": "@id"
+    },
+    "FeatureOfInterest": {
+      "@id": "sosa:FeatureOfInterest",
+      "@type": "@id"
+    },
+    "Input": {
+      "@id": "sosa:Input",
+      "@type": "@id"
+    },
+    "ObservableProperty": {
+      "@id": "sosa:ObservableProperty",
+      "@type": "@id"
+    },
+    "Observation": {
+      "@id": "sosa:Observation",
+      "@type": "@id"
+    },
+    "Output": {
+      "@id": "sosa:Output",
+      "@type": "@id"
+    },
+    "Platform": {
+      "@id": "sosa:Platform",
+      "@type": "@id"
+    },
+    "Property": {
+      "@id": "sosa:Property",
+      "@type": "@id"
+    },
+    "Procedure ": {
+      "@id": "sosa:Procedure ",
+      "@type": "@id"
+    },
+    "Result": {
+      "@id": "sosa:Result",
+      "@type": "@id"
+    },
+    "Sample": {
+      "@id": "sosa:Sample",
+      "@type": "@id"
+    },
+    "Sampler": {
+      "@id": "sosa:Sampler",
+      "@type": "@id"
+    },
+    "Sampling": {
+      "@id": "sosa:Sampling",
+      "@type": "@id"
+    },
+    "Sensor": {
+      "@id": "sosa:Sensor",
+      "@type": "@id"
+    },
+    "Stimulus": {
+      "@id": "sosa:Stimulus",
+      "@type": "@id"
+    },
+    "System": {
+      "@id": "sosa:System",
       "@type": "@id"
     },
     "actsOnProperty": {
       "@id": "sosa:actsOnProperty",
       "@type": "@id"
     },
+    "deployedOnPlatform": {
+      "@id": "sosa:deployedOnPlatform",
+      "@type": "@id"
+    },
+    "deployedSystem": {
+      "@id": "sosa:deployedSystem",
+      "@type": "@id"
+    },
+    "detects": {
+      "@id": "sosa:detects",
+      "@type": "@id"
+    },
+    "forProperty": {
+      "@id": "sosa:forProperty",
+      "@type": "@id"
+    },
+    "hasDeployment": {
+      "@id": "sosa:hasDeployment",
+      "@type": "@id"
+    },
+    "hasInput": {
+      "@id": "sosa:hasInput",
+      "@type": "@id"
+    },
+    "hasMember": {
+      "@id": "sosa:hasMember",
+      "@type": "@id",
+      "@context": {}
+    },
+    "hasOutput": {
+      "@id": "sosa:hasOutput",
+      "@type": "@id"
+    },
+    "hasProperty": {
+      "@id": "sosa:hasProperty",
+      "@type": "@id"
+    },
+    "hasSample": {
+      "@id": "sosa:hasSample",
+      "@type": "@id"
+    },
+    "hasSubSystem": {
+      "@id": "sosa:hasSubSystem",
+      "@type": "@id",
+      "@container": "@set"
+    },
+    "hasUltimateFeatureOfInterest": {
+      "@id": "sosa:hasUltimateFeatureOfInterest",
+      "@type": "@id"
+    },
+    "hosts": {
+      "@id": "sosa:hosts",
+      "@type": "@id",
+      "@container": "@set"
+    },
+    "implementedBy": {
+      "@id": "sosa:implementedBy",
+      "@type": "@id"
+    },
+    "implements": {
+      "@id": "sosa:implements",
+      "@type": "@id"
+    },
+    "inDeployment": {
+      "@id": "sosa:inDeployment",
+      "@type": "@id"
+    },
     "isActedOnBy": {
       "@id": "sosa:isActedOnBy",
       "@type": "@id"
     },
+    "isFeatureOfInterestOf": {
+      "@id": "sosa:isFeatureOfInterestOf",
+      "@type": "@id"
+    },
+    "isHostedBy": {
+      "@id": "sosa:isHostedBy",
+      "@type": "@id"
+    },
+    "isObservedBy": {
+      "@id": "sosa:isObservedBy",
+      "@type": "@id"
+    },
+    "isPropertyOf": {
+      "@id": "sosa:isPropertyOf",
+      "@type": "@id"
+    },
+    "isProxyFor": {
+      "@id": "sosa:isProxyFor",
+      "@type": "@id"
+    },
+    "isResultOf": {
+      "@id": "sosa:isResultOf",
+      "@type": "@id"
+    },
+    "isSampleOf": {
+      "@id": "sosa:isSampleOf",
+      "@type": "@id"
+    },
     "madeActuation": {
       "@id": "sosa:madeActuation",
       "@type": "@id"
@@ -805,63 +964,149 @@ 

JSON-LD Context

"@id": "sosa:madeByActuator",
       "@type": "@id"
     },
-    "hasSample": {
-      "@id": "sosa:hasSample",
+    "madeBySampler": {
+      "@id": "sosa:madeBySampler",
       "@type": "@id"
     },
-    "isSampleOf": {
-      "@id": "sosa:isSampleOf",
+    "madeObservation": {
+      "@id": "sosa:madeObservation",
       "@type": "@id"
     },
     "madeSampling": {
       "@id": "sosa:madeSampling",
       "@type": "@id"
     },
-    "madeBySampler": {
-      "@id": "sosa:madeBySampler",
+    "observes": {
+      "@id": "sosa:observes",
       "@type": "@id"
     },
-    "isFeatureOfInterestOf": {
-      "@id": "sosa:isFeatureOfInterestOf",
+    "wasOriginatedBy": {
+      "@id": "sosa:wasOriginatedBy",
       "@type": "@id"
     },
-    "isResultOf": "sosa:isResultOf",
-    "hosts": {
-      "@id": "sosa:hosts",
-      "@type": "@id",
-      "@container": "@set"
+    "inCondition": {
+      "@id": "ssn-system:inCondition",
+      "@type": "@id"
     },
-    "isHostedBy": "sosa:isHostedBy",
-    "isProxyFor": "sosa:isProxyFor",
-    "wasOriginatedBy": "sosa:wasOriginatedBy",
-    "detects": "sosa:detects",
-    "hasProperty": "sosa:hasProperty",
-    "isPropertyOf": "sosa:isPropertyOf",
-    "forProperty": "sosa:forProperty",
-    "implements": "sosa:implements",
-    "implementedBy": "sosa:implementedBy",
-    "hasInput": "sosa:hasInput",
-    "hasOutput": "sosa:hasOutput",
-    "hasSubSystem": {
-      "@id": "sosa:hasSubSystem",
-      "@type": "@id",
-      "@container": "@set"
+    "Condition": {
+      "@id": "ssn-system:Condition",
+      "@type": "@id"
     },
-    "deployedSystem": "sosa:deployedSystem",
-    "hasDeployment": "sosa:hasDeployment",
-    "deployedOnPlatform": "sosa:deployedOnPlatform",
-    "inDeployment": "sosa:inDeployment",
-    "inCondition": "ssn-system:inCondition",
-    "hasSystemCapability": "ssn-system:hasSystemCapability",
-    "hasSystemProperty": "ssn-system:hasSystemProperty",
-    "hasOperatingRange": "ssn-system:hasOperatingRange",
-    "hasOperatingProperty": "ssn-system:hasOperatingProperty",
-    "hasSurvivalRange": "ssn-system:hasSurvivalRange",
-    "hasSurvivalProperty": "ssn-system:hasSurvivalProperty",
-    "qualityOfObservation": "ssn-system:qualityOfObservation",
-    "hasMember": {
-      "@context": {},
-      "@id": "sosa:hasMember"
+    "hasSystemCapability": {
+      "@id": "ssn-system:hasSystemCapability",
+      "@type": "@id"
+    },
+    "SystemCapability": {
+      "@id": "ssn-system:SystemCapability",
+      "@type": "@id"
+    },
+    "hasSystemProperty": {
+      "@id": "ssn-system:hasSystemProperty",
+      "@type": "@id"
+    },
+    "SystemProperty": {
+      "@id": "ssn-system:SystemProperty",
+      "@type": "@id"
+    },
+    "MeasurementRange": {
+      "@id": "ssn-system:MeasurementRange",
+      "@type": "@id"
+    },
+    "ActuationRange": {
+      "@id": "ssn-system:ActuationRange",
+      "@type": "@id"
+    },
+    "Accuracy": {
+      "@id": "ssn-system:Accuracy",
+      "@type": "@id"
+    },
+    "DetectionLimit": {
+      "@id": "ssn-system:DetectionLimit",
+      "@type": "@id"
+    },
+    "Drift": {
+      "@id": "ssn-system:Drift",
+      "@type": "@id"
+    },
+    "Frequency": {
+      "@id": "ssn-system:Frequency",
+      "@type": "@id"
+    },
+    "Latency": {
+      "@id": "ssn-system:Latency",
+      "@type": "@id"
+    },
+    "Precision": {
+      "@id": "ssn-system:Precision",
+      "@type": "@id"
+    },
+    "Resolution": {
+      "@id": "ssn-system:Resolution",
+      "@type": "@id"
+    },
+    "ResponseTime": {
+      "@id": "ssn-system:ResponseTime",
+      "@type": "@id"
+    },
+    "Selectivity": {
+      "@id": "ssn-system:Selectivity",
+      "@type": "@id"
+    },
+    "Sensitivity": {
+      "@id": "ssn-system:Sensitivity",
+      "@type": "@id"
+    },
+    "hasOperatingRange": {
+      "@id": "ssn-system:hasOperatingRange",
+      "@type": "@id"
+    },
+    "OperatingRange": {
+      "@id": "ssn-system:OperatingRange",
+      "@type": "@id"
+    },
+    "hasOperatingProperty": {
+      "@id": "ssn-system:hasOperatingProperty",
+      "@type": "@id"
+    },
+    "OperatingProperty": {
+      "@id": "ssn-system:OperatingProperty",
+      "@type": "@id"
+    },
+    "MaintenanceSchedule": {
+      "@id": "ssn-system:MaintenanceSchedule",
+      "@type": "@id"
+    },
+    "OperatingPowerRange": {
+      "@id": "ssn-system:OperatingPowerRange",
+      "@type": "@id"
+    },
+    "hasSurvivalRange": {
+      "@id": "ssn-system:hasSurvivalRange",
+      "@type": "@id"
+    },
+    "SurvivalRange": {
+      "@id": "ssn-system:SurvivalRange",
+      "@type": "@id"
+    },
+    "hasSurvivalProperty": {
+      "@id": "ssn-system:hasSurvivalProperty",
+      "@type": "@id"
+    },
+    "SurvivalProperty": {
+      "@id": "ssn-system:SurvivalProperty",
+      "@type": "@id"
+    },
+    "SystemLifetime": {
+      "@id": "ssn-system:SystemLifetime",
+      "@type": "@id"
+    },
+    "BatteryLifetime": {
+      "@id": "ssn-system:BatteryLifetime",
+      "@type": "@id"
+    },
+    "qualityOfObservation": {
+      "@id": "ssn-system:qualityOfObservation",
+      "@type": "@id"
     },
     "position": {
       "@context": {
diff --git a/generateddocs/slate-build/unstable/sosa/features/observation/index.html b/generateddocs/slate-build/unstable/sosa/features/observation/index.html
index 2f11beeca..38eabdd23 100644
--- a/generateddocs/slate-build/unstable/sosa/features/observation/index.html
+++ b/generateddocs/slate-build/unstable/sosa/features/observation/index.html
@@ -507,97 +507,276 @@ 

JSON Schema

$ref: ../../properties/observation/schema.yaml
       x-jsonld-id: '@nest'
 x-jsonld-extra-terms:
-  Observation: http://www.w3.org/ns/sosa/Observation
-  Sample: http://www.w3.org/ns/sosa/Sample
-  System: http://www.w3.org/ns/sosa/System
-  Platform: http://www.w3.org/ns/sosa/Platform
-  observedProperty:
-    x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty
-    x-jsonld-type: '@id'
   id: '@id'
-  phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime
-  observes:
-    x-jsonld-id: http://www.w3.org/ns/sosa/observes
+  ActuatableProperty:
+    x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty
     x-jsonld-type: '@id'
-  isObservedBy:
-    x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy
+  Actuation:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Actuation
     x-jsonld-type: '@id'
-  madeObservation:
-    x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation
+  Actuator:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Actuator
     x-jsonld-type: '@id'
-  madeBySensor:
-    x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor
+  Deployment:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Deployment
+    x-jsonld-type: '@id'
+  FeatureOfInterest:
+    x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest
+    x-jsonld-type: '@id'
+  Input:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Input
+    x-jsonld-type: '@id'
+  ObservableProperty:
+    x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty
+    x-jsonld-type: '@id'
+  Observation:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Observation
+    x-jsonld-type: '@id'
+  Output:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Output
+    x-jsonld-type: '@id'
+  Platform:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Platform
+    x-jsonld-type: '@id'
+  Property:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Property
+    x-jsonld-type: '@id'
+  'Procedure ':
+    x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '
+    x-jsonld-type: '@id'
+  Result:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Result
+    x-jsonld-type: '@id'
+  Sample:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Sample
+    x-jsonld-type: '@id'
+  Sampler:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Sampler
+    x-jsonld-type: '@id'
+  Sampling:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Sampling
+    x-jsonld-type: '@id'
+  Sensor:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Sensor
+    x-jsonld-type: '@id'
+  Stimulus:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus
+    x-jsonld-type: '@id'
+  System:
+    x-jsonld-id: http://www.w3.org/ns/sosa/System
     x-jsonld-type: '@id'
   actsOnProperty:
     x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty
     x-jsonld-type: '@id'
+  deployedOnPlatform:
+    x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform
+    x-jsonld-type: '@id'
+  deployedSystem:
+    x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem
+    x-jsonld-type: '@id'
+  detects:
+    x-jsonld-id: http://www.w3.org/ns/sosa/detects
+    x-jsonld-type: '@id'
+  features:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasMember
+    x-jsonld-type: '@id'
+  forProperty:
+    x-jsonld-id: http://www.w3.org/ns/sosa/forProperty
+    x-jsonld-type: '@id'
+  hasDeployment:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment
+    x-jsonld-type: '@id'
+  hasFeatureOfInterest:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest
+    x-jsonld-type: '@id'
+  hasInput:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasInput
+    x-jsonld-type: '@id'
+  hasMember:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasMember
+    x-jsonld-type: '@id'
+  hasOutput:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput
+    x-jsonld-type: '@id'
+  hasProperty:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty
+    x-jsonld-type: '@id'
+  hasResult: http://www.w3.org/ns/sosa/hasResult
+  hasSample:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasSample
+    x-jsonld-type: '@id'
+  hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult
+  hasSubSystem:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem
+    x-jsonld-type: '@id'
+    x-jsonld-container: '@set'
+  hasUltimateFeatureOfInterest:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest
+    x-jsonld-type: '@id'
+  hosts:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hosts
+    x-jsonld-type: '@id'
+    x-jsonld-container: '@set'
+  implementedBy:
+    x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy
+    x-jsonld-type: '@id'
+  implements:
+    x-jsonld-id: http://www.w3.org/ns/sosa/implements
+    x-jsonld-type: '@id'
+  inDeployment:
+    x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment
+    x-jsonld-type: '@id'
   isActedOnBy:
     x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy
     x-jsonld-type: '@id'
+  isFeatureOfInterestOf:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf
+    x-jsonld-type: '@id'
+  isHostedBy:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy
+    x-jsonld-type: '@id'
+  isObservedBy:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy
+    x-jsonld-type: '@id'
+  isPropertyOf:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf
+    x-jsonld-type: '@id'
+  isProxyFor:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor
+    x-jsonld-type: '@id'
+  isResultOf:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf
+    x-jsonld-type: '@id'
+  isSampleOf:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf
+    x-jsonld-type: '@id'
   madeActuation:
     x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation
     x-jsonld-type: '@id'
   madeByActuator:
     x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator
     x-jsonld-type: '@id'
-  hasSample:
-    x-jsonld-id: http://www.w3.org/ns/sosa/hasSample
+  madeBySampler:
+    x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler
     x-jsonld-type: '@id'
-  isSampleOf:
-    x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf
+  madeBySensor:
+    x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor
+    x-jsonld-type: '@id'
+  madeObservation:
+    x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation
     x-jsonld-type: '@id'
   madeSampling:
     x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling
     x-jsonld-type: '@id'
-  madeBySampler:
-    x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler
+  observedProperty:
+    x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty
     x-jsonld-type: '@id'
-  hasFeatureOfInterest:
-    x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest
+  observes:
+    x-jsonld-id: http://www.w3.org/ns/sosa/observes
     x-jsonld-type: '@id'
-  isFeatureOfInterestOf:
-    x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf
+  phenomenonTime:
+    x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime
     x-jsonld-type: '@id'
-  hasResult: http://www.w3.org/ns/sosa/hasResult
-  isResultOf: http://www.w3.org/ns/sosa/isResultOf
-  hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult
   resultTime: http://www.w3.org/ns/sosa/resultTime
   usedProcedure:
     x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure
     x-jsonld-type: '@id'
-  hosts:
-    x-jsonld-id: http://www.w3.org/ns/sosa/hosts
+  wasOriginatedBy:
+    x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy
     x-jsonld-type: '@id'
-    x-jsonld-container: '@set'
-  isHostedBy: http://www.w3.org/ns/sosa/isHostedBy
-  isProxyFor: http://www.w3.org/ns/sosa/isProxyFor
-  wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy
-  detects: http://www.w3.org/ns/sosa/detects
-  hasProperty: http://www.w3.org/ns/sosa/hasProperty
-  isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf
-  forProperty: http://www.w3.org/ns/sosa/forProperty
-  implements: http://www.w3.org/ns/sosa/implements
-  implementedBy: http://www.w3.org/ns/sosa/implementedBy
-  hasInput: http://www.w3.org/ns/sosa/hasInput
-  hasOutput: http://www.w3.org/ns/sosa/hasOutput
-  hasSubSystem:
-    x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem
+  inCondition:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition
+    x-jsonld-type: '@id'
+  Condition:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition
+    x-jsonld-type: '@id'
+  hasSystemCapability:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability
+    x-jsonld-type: '@id'
+  SystemCapability:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability
+    x-jsonld-type: '@id'
+  hasSystemProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty
+    x-jsonld-type: '@id'
+  SystemProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty
+    x-jsonld-type: '@id'
+  MeasurementRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange
+    x-jsonld-type: '@id'
+  ActuationRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange
+    x-jsonld-type: '@id'
+  Accuracy:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy
+    x-jsonld-type: '@id'
+  DetectionLimit:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit
+    x-jsonld-type: '@id'
+  Drift:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift
+    x-jsonld-type: '@id'
+  Frequency:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency
+    x-jsonld-type: '@id'
+  Latency:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency
+    x-jsonld-type: '@id'
+  Precision:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision
+    x-jsonld-type: '@id'
+  Resolution:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution
+    x-jsonld-type: '@id'
+  ResponseTime:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime
+    x-jsonld-type: '@id'
+  Selectivity:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity
+    x-jsonld-type: '@id'
+  Sensitivity:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity
+    x-jsonld-type: '@id'
+  hasOperatingRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange
+    x-jsonld-type: '@id'
+  OperatingRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange
+    x-jsonld-type: '@id'
+  hasOperatingProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty
+    x-jsonld-type: '@id'
+  OperatingProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty
+    x-jsonld-type: '@id'
+  MaintenanceSchedule:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule
+    x-jsonld-type: '@id'
+  OperatingPowerRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange
+    x-jsonld-type: '@id'
+  hasSurvivalRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange
+    x-jsonld-type: '@id'
+  SurvivalRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange
+    x-jsonld-type: '@id'
+  hasSurvivalProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty
+    x-jsonld-type: '@id'
+  SurvivalProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty
+    x-jsonld-type: '@id'
+  SystemLifetime:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime
+    x-jsonld-type: '@id'
+  BatteryLifetime:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime
+    x-jsonld-type: '@id'
+  qualityOfObservation:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation
     x-jsonld-type: '@id'
-    x-jsonld-container: '@set'
-  deployedSystem: http://www.w3.org/ns/sosa/deployedSystem
-  hasDeployment: http://www.w3.org/ns/sosa/hasDeployment
-  deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform
-  inDeployment: http://www.w3.org/ns/sosa/inDeployment
-  inCondition: http://www.w3.org/ns/ssn/systems/inCondition
-  hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability
-  hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty
-  hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange
-  hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty
-  hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange
-  hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty
-  qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation
-  hasMember: http://www.w3.org/ns/sosa/hasMember
-  features: http://www.w3.org/ns/sosa/hasMember
   featureType: '@type'
 x-jsonld-prefixes:
   sosa: http://www.w3.org/ns/sosa/
@@ -667,7 +846,10 @@ 

JSON-LD Context

"@id": "geojson:coordinates"
     },
     "resultTime": "sosa:resultTime",
-    "phenomenonTime": "sosa:phenomenonTime",
+    "phenomenonTime": {
+      "@id": "sosa:phenomenonTime",
+      "@type": "@id"
+    },
     "hasFeatureOfInterest": {
       "@id": "sosa:hasFeatureOfInterest",
       "@type": "@id"
@@ -686,30 +868,184 @@ 

JSON-LD Context

},
     "hasResult": "sosa:hasResult",
     "hasSimpleResult": "sosa:hasSimpleResult",
-    "Observation": "sosa:Observation",
-    "Sample": "sosa:Sample",
-    "System": "sosa:System",
-    "Platform": "sosa:Platform",
-    "observes": {
-      "@id": "sosa:observes",
+    "ActuatableProperty": {
+      "@id": "sosa:ActuatableProperty",
       "@type": "@id"
     },
-    "isObservedBy": {
-      "@id": "sosa:isObservedBy",
+    "Actuation": {
+      "@id": "sosa:Actuation",
       "@type": "@id"
     },
-    "madeObservation": {
-      "@id": "sosa:madeObservation",
+    "Actuator": {
+      "@id": "sosa:Actuator",
+      "@type": "@id"
+    },
+    "Deployment": {
+      "@id": "sosa:Deployment",
+      "@type": "@id"
+    },
+    "FeatureOfInterest": {
+      "@id": "sosa:FeatureOfInterest",
+      "@type": "@id"
+    },
+    "Input": {
+      "@id": "sosa:Input",
+      "@type": "@id"
+    },
+    "ObservableProperty": {
+      "@id": "sosa:ObservableProperty",
+      "@type": "@id"
+    },
+    "Observation": {
+      "@id": "sosa:Observation",
+      "@type": "@id"
+    },
+    "Output": {
+      "@id": "sosa:Output",
+      "@type": "@id"
+    },
+    "Platform": {
+      "@id": "sosa:Platform",
+      "@type": "@id"
+    },
+    "Property": {
+      "@id": "sosa:Property",
+      "@type": "@id"
+    },
+    "Procedure ": {
+      "@id": "sosa:Procedure ",
+      "@type": "@id"
+    },
+    "Result": {
+      "@id": "sosa:Result",
+      "@type": "@id"
+    },
+    "Sample": {
+      "@id": "sosa:Sample",
+      "@type": "@id"
+    },
+    "Sampler": {
+      "@id": "sosa:Sampler",
+      "@type": "@id"
+    },
+    "Sampling": {
+      "@id": "sosa:Sampling",
+      "@type": "@id"
+    },
+    "Sensor": {
+      "@id": "sosa:Sensor",
+      "@type": "@id"
+    },
+    "Stimulus": {
+      "@id": "sosa:Stimulus",
+      "@type": "@id"
+    },
+    "System": {
+      "@id": "sosa:System",
       "@type": "@id"
     },
     "actsOnProperty": {
       "@id": "sosa:actsOnProperty",
       "@type": "@id"
     },
+    "deployedOnPlatform": {
+      "@id": "sosa:deployedOnPlatform",
+      "@type": "@id"
+    },
+    "deployedSystem": {
+      "@id": "sosa:deployedSystem",
+      "@type": "@id"
+    },
+    "detects": {
+      "@id": "sosa:detects",
+      "@type": "@id"
+    },
+    "forProperty": {
+      "@id": "sosa:forProperty",
+      "@type": "@id"
+    },
+    "hasDeployment": {
+      "@id": "sosa:hasDeployment",
+      "@type": "@id"
+    },
+    "hasInput": {
+      "@id": "sosa:hasInput",
+      "@type": "@id"
+    },
+    "hasMember": {
+      "@id": "sosa:hasMember",
+      "@type": "@id"
+    },
+    "hasOutput": {
+      "@id": "sosa:hasOutput",
+      "@type": "@id"
+    },
+    "hasProperty": {
+      "@id": "sosa:hasProperty",
+      "@type": "@id"
+    },
+    "hasSample": {
+      "@id": "sosa:hasSample",
+      "@type": "@id"
+    },
+    "hasSubSystem": {
+      "@id": "sosa:hasSubSystem",
+      "@type": "@id",
+      "@container": "@set"
+    },
+    "hasUltimateFeatureOfInterest": {
+      "@id": "sosa:hasUltimateFeatureOfInterest",
+      "@type": "@id"
+    },
+    "hosts": {
+      "@id": "sosa:hosts",
+      "@type": "@id",
+      "@container": "@set"
+    },
+    "implementedBy": {
+      "@id": "sosa:implementedBy",
+      "@type": "@id"
+    },
+    "implements": {
+      "@id": "sosa:implements",
+      "@type": "@id"
+    },
+    "inDeployment": {
+      "@id": "sosa:inDeployment",
+      "@type": "@id"
+    },
     "isActedOnBy": {
       "@id": "sosa:isActedOnBy",
       "@type": "@id"
     },
+    "isFeatureOfInterestOf": {
+      "@id": "sosa:isFeatureOfInterestOf",
+      "@type": "@id"
+    },
+    "isHostedBy": {
+      "@id": "sosa:isHostedBy",
+      "@type": "@id"
+    },
+    "isObservedBy": {
+      "@id": "sosa:isObservedBy",
+      "@type": "@id"
+    },
+    "isPropertyOf": {
+      "@id": "sosa:isPropertyOf",
+      "@type": "@id"
+    },
+    "isProxyFor": {
+      "@id": "sosa:isProxyFor",
+      "@type": "@id"
+    },
+    "isResultOf": {
+      "@id": "sosa:isResultOf",
+      "@type": "@id"
+    },
+    "isSampleOf": {
+      "@id": "sosa:isSampleOf",
+      "@type": "@id"
+    },
     "madeActuation": {
       "@id": "sosa:madeActuation",
       "@type": "@id"
@@ -718,61 +1054,150 @@ 

JSON-LD Context

"@id": "sosa:madeByActuator",
       "@type": "@id"
     },
-    "hasSample": {
-      "@id": "sosa:hasSample",
+    "madeBySampler": {
+      "@id": "sosa:madeBySampler",
       "@type": "@id"
     },
-    "isSampleOf": {
-      "@id": "sosa:isSampleOf",
+    "madeObservation": {
+      "@id": "sosa:madeObservation",
       "@type": "@id"
     },
     "madeSampling": {
       "@id": "sosa:madeSampling",
       "@type": "@id"
     },
-    "madeBySampler": {
-      "@id": "sosa:madeBySampler",
+    "observes": {
+      "@id": "sosa:observes",
       "@type": "@id"
     },
-    "isFeatureOfInterestOf": {
-      "@id": "sosa:isFeatureOfInterestOf",
+    "wasOriginatedBy": {
+      "@id": "sosa:wasOriginatedBy",
       "@type": "@id"
     },
-    "isResultOf": "sosa:isResultOf",
-    "hosts": {
-      "@id": "sosa:hosts",
-      "@type": "@id",
-      "@container": "@set"
+    "inCondition": {
+      "@id": "ssn-system:inCondition",
+      "@type": "@id"
     },
-    "isHostedBy": "sosa:isHostedBy",
-    "isProxyFor": "sosa:isProxyFor",
-    "wasOriginatedBy": "sosa:wasOriginatedBy",
-    "detects": "sosa:detects",
-    "hasProperty": "sosa:hasProperty",
-    "isPropertyOf": "sosa:isPropertyOf",
-    "forProperty": "sosa:forProperty",
-    "implements": "sosa:implements",
-    "implementedBy": "sosa:implementedBy",
-    "hasInput": "sosa:hasInput",
-    "hasOutput": "sosa:hasOutput",
-    "hasSubSystem": {
-      "@id": "sosa:hasSubSystem",
-      "@type": "@id",
-      "@container": "@set"
+    "Condition": {
+      "@id": "ssn-system:Condition",
+      "@type": "@id"
+    },
+    "hasSystemCapability": {
+      "@id": "ssn-system:hasSystemCapability",
+      "@type": "@id"
+    },
+    "SystemCapability": {
+      "@id": "ssn-system:SystemCapability",
+      "@type": "@id"
+    },
+    "hasSystemProperty": {
+      "@id": "ssn-system:hasSystemProperty",
+      "@type": "@id"
+    },
+    "SystemProperty": {
+      "@id": "ssn-system:SystemProperty",
+      "@type": "@id"
+    },
+    "MeasurementRange": {
+      "@id": "ssn-system:MeasurementRange",
+      "@type": "@id"
+    },
+    "ActuationRange": {
+      "@id": "ssn-system:ActuationRange",
+      "@type": "@id"
+    },
+    "Accuracy": {
+      "@id": "ssn-system:Accuracy",
+      "@type": "@id"
+    },
+    "DetectionLimit": {
+      "@id": "ssn-system:DetectionLimit",
+      "@type": "@id"
+    },
+    "Drift": {
+      "@id": "ssn-system:Drift",
+      "@type": "@id"
+    },
+    "Frequency": {
+      "@id": "ssn-system:Frequency",
+      "@type": "@id"
+    },
+    "Latency": {
+      "@id": "ssn-system:Latency",
+      "@type": "@id"
+    },
+    "Precision": {
+      "@id": "ssn-system:Precision",
+      "@type": "@id"
+    },
+    "Resolution": {
+      "@id": "ssn-system:Resolution",
+      "@type": "@id"
+    },
+    "ResponseTime": {
+      "@id": "ssn-system:ResponseTime",
+      "@type": "@id"
+    },
+    "Selectivity": {
+      "@id": "ssn-system:Selectivity",
+      "@type": "@id"
+    },
+    "Sensitivity": {
+      "@id": "ssn-system:Sensitivity",
+      "@type": "@id"
+    },
+    "hasOperatingRange": {
+      "@id": "ssn-system:hasOperatingRange",
+      "@type": "@id"
+    },
+    "OperatingRange": {
+      "@id": "ssn-system:OperatingRange",
+      "@type": "@id"
+    },
+    "hasOperatingProperty": {
+      "@id": "ssn-system:hasOperatingProperty",
+      "@type": "@id"
+    },
+    "OperatingProperty": {
+      "@id": "ssn-system:OperatingProperty",
+      "@type": "@id"
+    },
+    "MaintenanceSchedule": {
+      "@id": "ssn-system:MaintenanceSchedule",
+      "@type": "@id"
+    },
+    "OperatingPowerRange": {
+      "@id": "ssn-system:OperatingPowerRange",
+      "@type": "@id"
+    },
+    "hasSurvivalRange": {
+      "@id": "ssn-system:hasSurvivalRange",
+      "@type": "@id"
+    },
+    "SurvivalRange": {
+      "@id": "ssn-system:SurvivalRange",
+      "@type": "@id"
+    },
+    "hasSurvivalProperty": {
+      "@id": "ssn-system:hasSurvivalProperty",
+      "@type": "@id"
+    },
+    "SurvivalProperty": {
+      "@id": "ssn-system:SurvivalProperty",
+      "@type": "@id"
+    },
+    "SystemLifetime": {
+      "@id": "ssn-system:SystemLifetime",
+      "@type": "@id"
+    },
+    "BatteryLifetime": {
+      "@id": "ssn-system:BatteryLifetime",
+      "@type": "@id"
+    },
+    "qualityOfObservation": {
+      "@id": "ssn-system:qualityOfObservation",
+      "@type": "@id"
     },
-    "deployedSystem": "sosa:deployedSystem",
-    "hasDeployment": "sosa:hasDeployment",
-    "deployedOnPlatform": "sosa:deployedOnPlatform",
-    "inDeployment": "sosa:inDeployment",
-    "inCondition": "ssn-system:inCondition",
-    "hasSystemCapability": "ssn-system:hasSystemCapability",
-    "hasSystemProperty": "ssn-system:hasSystemProperty",
-    "hasOperatingRange": "ssn-system:hasOperatingRange",
-    "hasOperatingProperty": "ssn-system:hasOperatingProperty",
-    "hasSurvivalRange": "ssn-system:hasSurvivalRange",
-    "hasSurvivalProperty": "ssn-system:hasSurvivalProperty",
-    "qualityOfObservation": "ssn-system:qualityOfObservation",
-    "hasMember": "sosa:hasMember",
     "geojson": "https://purl.org/geojson/vocab#",
     "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
     "oa": "http://www.w3.org/ns/oa#",
diff --git a/generateddocs/slate-build/unstable/sosa/features/observationCollection/index.html b/generateddocs/slate-build/unstable/sosa/features/observationCollection/index.html
index 2d69836c4..34884f01b 100644
--- a/generateddocs/slate-build/unstable/sosa/features/observationCollection/index.html
+++ b/generateddocs/slate-build/unstable/sosa/features/observationCollection/index.html
@@ -551,97 +551,275 @@ 

JSON Schema

- $ref: ../observation/schema.yaml
         - type: string
       x-jsonld-id: http://www.w3.org/ns/sosa/hasMember
+      x-jsonld-type: '@id'
 x-jsonld-extra-terms:
-  Observation: http://www.w3.org/ns/sosa/Observation
-  Sample: http://www.w3.org/ns/sosa/Sample
-  System: http://www.w3.org/ns/sosa/System
-  Platform: http://www.w3.org/ns/sosa/Platform
-  observedProperty:
-    x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty
-    x-jsonld-type: '@id'
   id: '@id'
-  phenomenonTime: http://www.w3.org/ns/sosa/phenomenonTime
-  observes:
-    x-jsonld-id: http://www.w3.org/ns/sosa/observes
+  ActuatableProperty:
+    x-jsonld-id: http://www.w3.org/ns/sosa/ActuatableProperty
     x-jsonld-type: '@id'
-  isObservedBy:
-    x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy
+  Actuation:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Actuation
     x-jsonld-type: '@id'
-  madeObservation:
-    x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation
+  Actuator:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Actuator
     x-jsonld-type: '@id'
-  madeBySensor:
-    x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor
+  Deployment:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Deployment
+    x-jsonld-type: '@id'
+  FeatureOfInterest:
+    x-jsonld-id: http://www.w3.org/ns/sosa/FeatureOfInterest
+    x-jsonld-type: '@id'
+  Input:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Input
+    x-jsonld-type: '@id'
+  ObservableProperty:
+    x-jsonld-id: http://www.w3.org/ns/sosa/ObservableProperty
+    x-jsonld-type: '@id'
+  Observation:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Observation
+    x-jsonld-type: '@id'
+  Output:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Output
+    x-jsonld-type: '@id'
+  Platform:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Platform
+    x-jsonld-type: '@id'
+  Property:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Property
+    x-jsonld-type: '@id'
+  'Procedure ':
+    x-jsonld-id: 'http://www.w3.org/ns/sosa/Procedure '
+    x-jsonld-type: '@id'
+  Result:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Result
+    x-jsonld-type: '@id'
+  Sample:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Sample
+    x-jsonld-type: '@id'
+  Sampler:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Sampler
+    x-jsonld-type: '@id'
+  Sampling:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Sampling
+    x-jsonld-type: '@id'
+  Sensor:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Sensor
+    x-jsonld-type: '@id'
+  Stimulus:
+    x-jsonld-id: http://www.w3.org/ns/sosa/Stimulus
+    x-jsonld-type: '@id'
+  System:
+    x-jsonld-id: http://www.w3.org/ns/sosa/System
     x-jsonld-type: '@id'
   actsOnProperty:
     x-jsonld-id: http://www.w3.org/ns/sosa/actsOnProperty
     x-jsonld-type: '@id'
+  deployedOnPlatform:
+    x-jsonld-id: http://www.w3.org/ns/sosa/deployedOnPlatform
+    x-jsonld-type: '@id'
+  deployedSystem:
+    x-jsonld-id: http://www.w3.org/ns/sosa/deployedSystem
+    x-jsonld-type: '@id'
+  detects:
+    x-jsonld-id: http://www.w3.org/ns/sosa/detects
+    x-jsonld-type: '@id'
+  forProperty:
+    x-jsonld-id: http://www.w3.org/ns/sosa/forProperty
+    x-jsonld-type: '@id'
+  hasDeployment:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasDeployment
+    x-jsonld-type: '@id'
+  hasFeatureOfInterest:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest
+    x-jsonld-type: '@id'
+  hasInput:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasInput
+    x-jsonld-type: '@id'
+  hasMember:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasMember
+    x-jsonld-type: '@id'
+  hasOutput:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasOutput
+    x-jsonld-type: '@id'
+  hasProperty:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasProperty
+    x-jsonld-type: '@id'
+  hasResult: http://www.w3.org/ns/sosa/hasResult
+  hasSample:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasSample
+    x-jsonld-type: '@id'
+  hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult
+  hasSubSystem:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem
+    x-jsonld-type: '@id'
+    x-jsonld-container: '@set'
+  hasUltimateFeatureOfInterest:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hasUltimateFeatureOfInterest
+    x-jsonld-type: '@id'
+  hosts:
+    x-jsonld-id: http://www.w3.org/ns/sosa/hosts
+    x-jsonld-type: '@id'
+    x-jsonld-container: '@set'
+  implementedBy:
+    x-jsonld-id: http://www.w3.org/ns/sosa/implementedBy
+    x-jsonld-type: '@id'
+  implements:
+    x-jsonld-id: http://www.w3.org/ns/sosa/implements
+    x-jsonld-type: '@id'
+  inDeployment:
+    x-jsonld-id: http://www.w3.org/ns/sosa/inDeployment
+    x-jsonld-type: '@id'
   isActedOnBy:
     x-jsonld-id: http://www.w3.org/ns/sosa/isActedOnBy
     x-jsonld-type: '@id'
+  isFeatureOfInterestOf:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf
+    x-jsonld-type: '@id'
+  isHostedBy:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isHostedBy
+    x-jsonld-type: '@id'
+  isObservedBy:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isObservedBy
+    x-jsonld-type: '@id'
+  isPropertyOf:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isPropertyOf
+    x-jsonld-type: '@id'
+  isProxyFor:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isProxyFor
+    x-jsonld-type: '@id'
+  isResultOf:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isResultOf
+    x-jsonld-type: '@id'
+  isSampleOf:
+    x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf
+    x-jsonld-type: '@id'
   madeActuation:
     x-jsonld-id: http://www.w3.org/ns/sosa/madeActuation
     x-jsonld-type: '@id'
   madeByActuator:
     x-jsonld-id: http://www.w3.org/ns/sosa/madeByActuator
     x-jsonld-type: '@id'
-  hasSample:
-    x-jsonld-id: http://www.w3.org/ns/sosa/hasSample
+  madeBySampler:
+    x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler
     x-jsonld-type: '@id'
-  isSampleOf:
-    x-jsonld-id: http://www.w3.org/ns/sosa/isSampleOf
+  madeBySensor:
+    x-jsonld-id: http://www.w3.org/ns/sosa/madeBySensor
+    x-jsonld-type: '@id'
+  madeObservation:
+    x-jsonld-id: http://www.w3.org/ns/sosa/madeObservation
     x-jsonld-type: '@id'
   madeSampling:
     x-jsonld-id: http://www.w3.org/ns/sosa/madeSampling
     x-jsonld-type: '@id'
-  madeBySampler:
-    x-jsonld-id: http://www.w3.org/ns/sosa/madeBySampler
+  observedProperty:
+    x-jsonld-id: http://www.w3.org/ns/sosa/observedProperty
     x-jsonld-type: '@id'
-  hasFeatureOfInterest:
-    x-jsonld-id: http://www.w3.org/ns/sosa/hasFeatureOfInterest
+  observes:
+    x-jsonld-id: http://www.w3.org/ns/sosa/observes
     x-jsonld-type: '@id'
-  isFeatureOfInterestOf:
-    x-jsonld-id: http://www.w3.org/ns/sosa/isFeatureOfInterestOf
+  phenomenonTime:
+    x-jsonld-id: http://www.w3.org/ns/sosa/phenomenonTime
     x-jsonld-type: '@id'
-  hasResult: http://www.w3.org/ns/sosa/hasResult
-  isResultOf: http://www.w3.org/ns/sosa/isResultOf
-  hasSimpleResult: http://www.w3.org/ns/sosa/hasSimpleResult
   resultTime: http://www.w3.org/ns/sosa/resultTime
   usedProcedure:
     x-jsonld-id: http://www.w3.org/ns/sosa/usedProcedure
     x-jsonld-type: '@id'
-  hosts:
-    x-jsonld-id: http://www.w3.org/ns/sosa/hosts
+  wasOriginatedBy:
+    x-jsonld-id: http://www.w3.org/ns/sosa/wasOriginatedBy
     x-jsonld-type: '@id'
-    x-jsonld-container: '@set'
-  isHostedBy: http://www.w3.org/ns/sosa/isHostedBy
-  isProxyFor: http://www.w3.org/ns/sosa/isProxyFor
-  wasOriginatedBy: http://www.w3.org/ns/sosa/wasOriginatedBy
-  detects: http://www.w3.org/ns/sosa/detects
-  hasProperty: http://www.w3.org/ns/sosa/hasProperty
-  isPropertyOf: http://www.w3.org/ns/sosa/isPropertyOf
-  forProperty: http://www.w3.org/ns/sosa/forProperty
-  implements: http://www.w3.org/ns/sosa/implements
-  implementedBy: http://www.w3.org/ns/sosa/implementedBy
-  hasInput: http://www.w3.org/ns/sosa/hasInput
-  hasOutput: http://www.w3.org/ns/sosa/hasOutput
-  hasSubSystem:
-    x-jsonld-id: http://www.w3.org/ns/sosa/hasSubSystem
+  inCondition:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/inCondition
+    x-jsonld-type: '@id'
+  Condition:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Condition
+    x-jsonld-type: '@id'
+  hasSystemCapability:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemCapability
+    x-jsonld-type: '@id'
+  SystemCapability:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemCapability
+    x-jsonld-type: '@id'
+  hasSystemProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSystemProperty
+    x-jsonld-type: '@id'
+  SystemProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemProperty
+    x-jsonld-type: '@id'
+  MeasurementRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/MeasurementRange
+    x-jsonld-type: '@id'
+  ActuationRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/ActuationRange
+    x-jsonld-type: '@id'
+  Accuracy:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Accuracy
+    x-jsonld-type: '@id'
+  DetectionLimit:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/DetectionLimit
+    x-jsonld-type: '@id'
+  Drift:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Drift
+    x-jsonld-type: '@id'
+  Frequency:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Frequency
+    x-jsonld-type: '@id'
+  Latency:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Latency
+    x-jsonld-type: '@id'
+  Precision:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Precision
+    x-jsonld-type: '@id'
+  Resolution:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Resolution
+    x-jsonld-type: '@id'
+  ResponseTime:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/ResponseTime
+    x-jsonld-type: '@id'
+  Selectivity:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Selectivity
+    x-jsonld-type: '@id'
+  Sensitivity:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/Sensitivity
+    x-jsonld-type: '@id'
+  hasOperatingRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingRange
+    x-jsonld-type: '@id'
+  OperatingRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingRange
+    x-jsonld-type: '@id'
+  hasOperatingProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasOperatingProperty
+    x-jsonld-type: '@id'
+  OperatingProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingProperty
+    x-jsonld-type: '@id'
+  MaintenanceSchedule:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/MaintenanceSchedule
+    x-jsonld-type: '@id'
+  OperatingPowerRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/OperatingPowerRange
+    x-jsonld-type: '@id'
+  hasSurvivalRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalRange
+    x-jsonld-type: '@id'
+  SurvivalRange:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalRange
+    x-jsonld-type: '@id'
+  hasSurvivalProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty
+    x-jsonld-type: '@id'
+  SurvivalProperty:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/SurvivalProperty
+    x-jsonld-type: '@id'
+  SystemLifetime:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/SystemLifetime
+    x-jsonld-type: '@id'
+  BatteryLifetime:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/BatteryLifetime
+    x-jsonld-type: '@id'
+  qualityOfObservation:
+    x-jsonld-id: http://www.w3.org/ns/ssn/systems/qualityOfObservation
     x-jsonld-type: '@id'
-    x-jsonld-container: '@set'
-  deployedSystem: http://www.w3.org/ns/sosa/deployedSystem
-  hasDeployment: http://www.w3.org/ns/sosa/hasDeployment
-  deployedOnPlatform: http://www.w3.org/ns/sosa/deployedOnPlatform
-  inDeployment: http://www.w3.org/ns/sosa/inDeployment
-  inCondition: http://www.w3.org/ns/ssn/systems/inCondition
-  hasSystemCapability: http://www.w3.org/ns/ssn/systems/hasSystemCapability
-  hasSystemProperty: http://www.w3.org/ns/ssn/systems/hasSystemProperty
-  hasOperatingRange: http://www.w3.org/ns/ssn/systems/hasOperatingRange
-  hasOperatingProperty: http://www.w3.org/ns/ssn/systems/hasOperatingProperty
-  hasSurvivalRange: http://www.w3.org/ns/ssn/systems/hasSurvivalRange
-  hasSurvivalProperty: http://www.w3.org/ns/ssn/systems/hasSurvivalProperty
-  qualityOfObservation: http://www.w3.org/ns/ssn/systems/qualityOfObservation
-  hasMember: http://www.w3.org/ns/sosa/hasMember
   featureType: '@type'
 x-jsonld-prefixes:
   sosa: http://www.w3.org/ns/sosa/
@@ -692,7 +870,8 @@ 

JSON-LD Context

"featureType": "@type"
       },
       "@container": "@set",
-      "@id": "sosa:hasMember"
+      "@id": "sosa:hasMember",
+      "@type": "@id"
     },
     "id": "@id",
     "properties": "@nest",
@@ -714,7 +893,10 @@ 

JSON-LD Context

"Point": "geojson:Point",
     "Polygon": "geojson:Polygon",
     "resultTime": "sosa:resultTime",
-    "phenomenonTime": "sosa:phenomenonTime",
+    "phenomenonTime": {
+      "@id": "sosa:phenomenonTime",
+      "@type": "@id"
+    },
     "hasFeatureOfInterest": {
       "@id": "sosa:hasFeatureOfInterest",
       "@type": "@id"
@@ -735,32 +917,185 @@ 

JSON-LD Context

"@context": {
         "featureType": "@type"
       },
-      "@id": "sosa:hasMember"
+      "@id": "sosa:hasMember",
+      "@type": "@id"
     },
-    "Observation": "sosa:Observation",
-    "Sample": "sosa:Sample",
-    "System": "sosa:System",
-    "Platform": "sosa:Platform",
-    "observes": {
-      "@id": "sosa:observes",
+    "ActuatableProperty": {
+      "@id": "sosa:ActuatableProperty",
       "@type": "@id"
     },
-    "isObservedBy": {
-      "@id": "sosa:isObservedBy",
+    "Actuation": {
+      "@id": "sosa:Actuation",
       "@type": "@id"
     },
-    "madeObservation": {
-      "@id": "sosa:madeObservation",
+    "Actuator": {
+      "@id": "sosa:Actuator",
+      "@type": "@id"
+    },
+    "Deployment": {
+      "@id": "sosa:Deployment",
+      "@type": "@id"
+    },
+    "FeatureOfInterest": {
+      "@id": "sosa:FeatureOfInterest",
+      "@type": "@id"
+    },
+    "Input": {
+      "@id": "sosa:Input",
+      "@type": "@id"
+    },
+    "ObservableProperty": {
+      "@id": "sosa:ObservableProperty",
+      "@type": "@id"
+    },
+    "Observation": {
+      "@id": "sosa:Observation",
+      "@type": "@id"
+    },
+    "Output": {
+      "@id": "sosa:Output",
+      "@type": "@id"
+    },
+    "Platform": {
+      "@id": "sosa:Platform",
+      "@type": "@id"
+    },
+    "Property": {
+      "@id": "sosa:Property",
+      "@type": "@id"
+    },
+    "Procedure ": {
+      "@id": "sosa:Procedure ",
+      "@type": "@id"
+    },
+    "Result": {
+      "@id": "sosa:Result",
+      "@type": "@id"
+    },
+    "Sample": {
+      "@id": "sosa:Sample",
+      "@type": "@id"
+    },
+    "Sampler": {
+      "@id": "sosa:Sampler",
+      "@type": "@id"
+    },
+    "Sampling": {
+      "@id": "sosa:Sampling",
+      "@type": "@id"
+    },
+    "Sensor": {
+      "@id": "sosa:Sensor",
+      "@type": "@id"
+    },
+    "Stimulus": {
+      "@id": "sosa:Stimulus",
+      "@type": "@id"
+    },
+    "System": {
+      "@id": "sosa:System",
       "@type": "@id"
     },
     "actsOnProperty": {
       "@id": "sosa:actsOnProperty",
       "@type": "@id"
     },
+    "deployedOnPlatform": {
+      "@id": "sosa:deployedOnPlatform",
+      "@type": "@id"
+    },
+    "deployedSystem": {
+      "@id": "sosa:deployedSystem",
+      "@type": "@id"
+    },
+    "detects": {
+      "@id": "sosa:detects",
+      "@type": "@id"
+    },
+    "forProperty": {
+      "@id": "sosa:forProperty",
+      "@type": "@id"
+    },
+    "hasDeployment": {
+      "@id": "sosa:hasDeployment",
+      "@type": "@id"
+    },
+    "hasInput": {
+      "@id": "sosa:hasInput",
+      "@type": "@id"
+    },
+    "hasOutput": {
+      "@id": "sosa:hasOutput",
+      "@type": "@id"
+    },
+    "hasProperty": {
+      "@id": "sosa:hasProperty",
+      "@type": "@id"
+    },
+    "hasResult": "sosa:hasResult",
+    "hasSample": {
+      "@id": "sosa:hasSample",
+      "@type": "@id"
+    },
+    "hasSimpleResult": "sosa:hasSimpleResult",
+    "hasSubSystem": {
+      "@id": "sosa:hasSubSystem",
+      "@type": "@id",
+      "@container": "@set"
+    },
+    "hasUltimateFeatureOfInterest": {
+      "@id": "sosa:hasUltimateFeatureOfInterest",
+      "@type": "@id"
+    },
+    "hosts": {
+      "@id": "sosa:hosts",
+      "@type": "@id",
+      "@container": "@set"
+    },
+    "implementedBy": {
+      "@id": "sosa:implementedBy",
+      "@type": "@id"
+    },
+    "implements": {
+      "@id": "sosa:implements",
+      "@type": "@id"
+    },
+    "inDeployment": {
+      "@id": "sosa:inDeployment",
+      "@type": "@id"
+    },
     "isActedOnBy": {
       "@id": "sosa:isActedOnBy",
       "@type": "@id"
     },
+    "isFeatureOfInterestOf": {
+      "@id": "sosa:isFeatureOfInterestOf",
+      "@type": "@id"
+    },
+    "isHostedBy": {
+      "@id": "sosa:isHostedBy",
+      "@type": "@id"
+    },
+    "isObservedBy": {
+      "@id": "sosa:isObservedBy",
+      "@type": "@id"
+    },
+    "isPropertyOf": {
+      "@id": "sosa:isPropertyOf",
+      "@type": "@id"
+    },
+    "isProxyFor": {
+      "@id": "sosa:isProxyFor",
+      "@type": "@id"
+    },
+    "isResultOf": {
+      "@id": "sosa:isResultOf",
+      "@type": "@id"
+    },
+    "isSampleOf": {
+      "@id": "sosa:isSampleOf",
+      "@type": "@id"
+    },
     "madeActuation": {
       "@id": "sosa:madeActuation",
       "@type": "@id"
@@ -769,62 +1104,150 @@ 

JSON-LD Context

"@id": "sosa:madeByActuator",
       "@type": "@id"
     },
-    "hasSample": {
-      "@id": "sosa:hasSample",
+    "madeBySampler": {
+      "@id": "sosa:madeBySampler",
       "@type": "@id"
     },
-    "isSampleOf": {
-      "@id": "sosa:isSampleOf",
+    "madeObservation": {
+      "@id": "sosa:madeObservation",
       "@type": "@id"
     },
     "madeSampling": {
       "@id": "sosa:madeSampling",
       "@type": "@id"
     },
-    "madeBySampler": {
-      "@id": "sosa:madeBySampler",
+    "observes": {
+      "@id": "sosa:observes",
       "@type": "@id"
     },
-    "isFeatureOfInterestOf": {
-      "@id": "sosa:isFeatureOfInterestOf",
+    "wasOriginatedBy": {
+      "@id": "sosa:wasOriginatedBy",
       "@type": "@id"
     },
-    "hasResult": "sosa:hasResult",
-    "isResultOf": "sosa:isResultOf",
-    "hasSimpleResult": "sosa:hasSimpleResult",
-    "hosts": {
-      "@id": "sosa:hosts",
-      "@type": "@id",
-      "@container": "@set"
+    "inCondition": {
+      "@id": "ssn-system:inCondition",
+      "@type": "@id"
     },
-    "isHostedBy": "sosa:isHostedBy",
-    "isProxyFor": "sosa:isProxyFor",
-    "wasOriginatedBy": "sosa:wasOriginatedBy",
-    "detects": "sosa:detects",
-    "hasProperty": "sosa:hasProperty",
-    "isPropertyOf": "sosa:isPropertyOf",
-    "forProperty": "sosa:forProperty",
-    "implements": "sosa:implements",
-    "implementedBy": "sosa:implementedBy",
-    "hasInput": "sosa:hasInput",
-    "hasOutput": "sosa:hasOutput",
-    "hasSubSystem": {
-      "@id": "sosa:hasSubSystem",
-      "@type": "@id",
-      "@container": "@set"
+    "Condition": {
+      "@id": "ssn-system:Condition",
+      "@type": "@id"
+    },
+    "hasSystemCapability": {
+      "@id": "ssn-system:hasSystemCapability",
+      "@type": "@id"
+    },
+    "SystemCapability": {
+      "@id": "ssn-system:SystemCapability",
+      "@type": "@id"
+    },
+    "hasSystemProperty": {
+      "@id": "ssn-system:hasSystemProperty",
+      "@type": "@id"
+    },
+    "SystemProperty": {
+      "@id": "ssn-system:SystemProperty",
+      "@type": "@id"
+    },
+    "MeasurementRange": {
+      "@id": "ssn-system:MeasurementRange",
+      "@type": "@id"
+    },
+    "ActuationRange": {
+      "@id": "ssn-system:ActuationRange",
+      "@type": "@id"
+    },
+    "Accuracy": {
+      "@id": "ssn-system:Accuracy",
+      "@type": "@id"
+    },
+    "DetectionLimit": {
+      "@id": "ssn-system:DetectionLimit",
+      "@type": "@id"
+    },
+    "Drift": {
+      "@id": "ssn-system:Drift",
+      "@type": "@id"
+    },
+    "Frequency": {
+      "@id": "ssn-system:Frequency",
+      "@type": "@id"
+    },
+    "Latency": {
+      "@id": "ssn-system:Latency",
+      "@type": "@id"
+    },
+    "Precision": {
+      "@id": "ssn-system:Precision",
+      "@type": "@id"
+    },
+    "Resolution": {
+      "@id": "ssn-system:Resolution",
+      "@type": "@id"
+    },
+    "ResponseTime": {
+      "@id": "ssn-system:ResponseTime",
+      "@type": "@id"
+    },
+    "Selectivity": {
+      "@id": "ssn-system:Selectivity",
+      "@type": "@id"
+    },
+    "Sensitivity": {
+      "@id": "ssn-system:Sensitivity",
+      "@type": "@id"
+    },
+    "hasOperatingRange": {
+      "@id": "ssn-system:hasOperatingRange",
+      "@type": "@id"
+    },
+    "OperatingRange": {
+      "@id": "ssn-system:OperatingRange",
+      "@type": "@id"
+    },
+    "hasOperatingProperty": {
+      "@id": "ssn-system:hasOperatingProperty",
+      "@type": "@id"
+    },
+    "OperatingProperty": {
+      "@id": "ssn-system:OperatingProperty",
+      "@type": "@id"
+    },
+    "MaintenanceSchedule": {
+      "@id": "ssn-system:MaintenanceSchedule",
+      "@type": "@id"
+    },
+    "OperatingPowerRange": {
+      "@id": "ssn-system:OperatingPowerRange",
+      "@type": "@id"
+    },
+    "hasSurvivalRange": {
+      "@id": "ssn-system:hasSurvivalRange",
+      "@type": "@id"
+    },
+    "SurvivalRange": {
+      "@id": "ssn-system:SurvivalRange",
+      "@type": "@id"
+    },
+    "hasSurvivalProperty": {
+      "@id": "ssn-system:hasSurvivalProperty",
+      "@type": "@id"
+    },
+    "SurvivalProperty": {
+      "@id": "ssn-system:SurvivalProperty",
+      "@type": "@id"
+    },
+    "SystemLifetime": {
+      "@id": "ssn-system:SystemLifetime",
+      "@type": "@id"
+    },
+    "BatteryLifetime": {
+      "@id": "ssn-system:BatteryLifetime",
+      "@type": "@id"
+    },
+    "qualityOfObservation": {
+      "@id": "ssn-system:qualityOfObservation",
+      "@type": "@id"
     },
-    "deployedSystem": "sosa:deployedSystem",
-    "hasDeployment": "sosa:hasDeployment",
-    "deployedOnPlatform": "sosa:deployedOnPlatform",
-    "inDeployment": "sosa:inDeployment",
-    "inCondition": "ssn-system:inCondition",
-    "hasSystemCapability": "ssn-system:hasSystemCapability",
-    "hasSystemProperty": "ssn-system:hasSystemProperty",
-    "hasOperatingRange": "ssn-system:hasOperatingRange",
-    "hasOperatingProperty": "ssn-system:hasOperatingProperty",
-    "hasSurvivalRange": "ssn-system:hasSurvivalRange",
-    "hasSurvivalProperty": "ssn-system:hasSurvivalProperty",
-    "qualityOfObservation": "ssn-system:qualityOfObservation",
     "coordinates": {
       "@container": "@list",
       "@id": "geojson:coordinates"
diff --git a/generateddocs/slate-build/unstable/sosa/index.html b/generateddocs/slate-build/unstable/sosa/index.html
index 132bbf8e1..2ecd0acaa 100644
--- a/generateddocs/slate-build/unstable/sosa/index.html
+++ b/generateddocs/slate-build/unstable/sosa/index.html
@@ -355,7 +355,10 @@ 

Description

JSON-LD Context

{
   "@context": {
     "resultTime": "sosa:resultTime",
-    "phenomenonTime": "sosa:phenomenonTime",
+    "phenomenonTime": {
+      "@id": "sosa:phenomenonTime",
+      "@type": "@id"
+    },
     "hasFeatureOfInterest": {
       "@id": "sosa:hasFeatureOfInterest",
       "@type": "@id"
@@ -374,31 +377,201 @@ 

JSON-LD Context

},
     "hasResult": "sosa:hasResult",
     "hasSimpleResult": "sosa:hasSimpleResult",
-    "Observation": "sosa:Observation",
-    "Sample": "sosa:Sample",
-    "System": "sosa:System",
-    "Platform": "sosa:Platform",
     "id": "@id",
-    "observes": {
-      "@id": "sosa:observes",
+    "ActuatableProperty": {
+      "@id": "sosa:ActuatableProperty",
       "@type": "@id"
     },
-    "isObservedBy": {
-      "@id": "sosa:isObservedBy",
+    "Actuation": {
+      "@id": "sosa:Actuation",
       "@type": "@id"
     },
-    "madeObservation": {
-      "@id": "sosa:madeObservation",
+    "Actuator": {
+      "@id": "sosa:Actuator",
+      "@type": "@id"
+    },
+    "Deployment": {
+      "@id": "sosa:Deployment",
+      "@type": "@id"
+    },
+    "FeatureOfInterest": {
+      "@id": "sosa:FeatureOfInterest",
+      "@type": "@id"
+    },
+    "Input": {
+      "@id": "sosa:Input",
+      "@type": "@id"
+    },
+    "ObservableProperty": {
+      "@id": "sosa:ObservableProperty",
+      "@type": "@id"
+    },
+    "Observation": {
+      "@id": "sosa:Observation",
+      "@type": "@id"
+    },
+    "Output": {
+      "@id": "sosa:Output",
+      "@type": "@id"
+    },
+    "Platform": {
+      "@id": "sosa:Platform",
+      "@type": "@id"
+    },
+    "Property": {
+      "@id": "sosa:Property",
+      "@type": "@id"
+    },
+    "Procedure ": {
+      "@id": "sosa:Procedure ",
+      "@type": "@id"
+    },
+    "Result": {
+      "@id": "sosa:Result",
+      "@type": "@id"
+    },
+    "Sample": {
+      "@id": "sosa:Sample",
+      "@type": "@id"
+    },
+    "Sampler": {
+      "@id": "sosa:Sampler",
+      "@type": "@id"
+    },
+    "Sampling": {
+      "@id": "sosa:Sampling",
+      "@type": "@id"
+    },
+    "Sensor": {
+      "@id": "sosa:Sensor",
+      "@type": "@id"
+    },
+    "Stimulus": {
+      "@id": "sosa:Stimulus",
+      "@type": "@id"
+    },
+    "System": {
+      "@id": "sosa:System",
       "@type": "@id"
     },
     "actsOnProperty": {
       "@id": "sosa:actsOnProperty",
       "@type": "@id"
     },
+    "deployedOnPlatform": {
+      "@id": "sosa:deployedOnPlatform",
+      "@type": "@id"
+    },
+    "deployedSystem": {
+      "@id": "sosa:deployedSystem",
+      "@type": "@id"
+    },
+    "detects": {
+      "@id": "sosa:detects",
+      "@type": "@id"
+    },
+    "features": {
+      "@id": "sosa:hasMember",
+      "@type": "@id",
+      "@context": {
+        "features": {
+          "@container": "@set",
+          "@id": "geojson:features"
+        },
+        "featureType": "@type"
+      },
+      "@container": "@set"
+    },
+    "forProperty": {
+      "@id": "sosa:forProperty",
+      "@type": "@id"
+    },
+    "hasDeployment": {
+      "@id": "sosa:hasDeployment",
+      "@type": "@id"
+    },
+    "hasInput": {
+      "@id": "sosa:hasInput",
+      "@type": "@id"
+    },
+    "hasMember": {
+      "@id": "sosa:hasMember",
+      "@type": "@id",
+      "@context": {
+        "featureType": "@type"
+      }
+    },
+    "hasOutput": {
+      "@id": "sosa:hasOutput",
+      "@type": "@id"
+    },
+    "hasProperty": {
+      "@id": "sosa:hasProperty",
+      "@type": "@id"
+    },
+    "hasSample": {
+      "@id": "sosa:hasSample",
+      "@type": "@id"
+    },
+    "hasSubSystem": {
+      "@id": "sosa:hasSubSystem",
+      "@type": "@id",
+      "@container": "@set"
+    },
+    "hasUltimateFeatureOfInterest": {
+      "@id": "sosa:hasUltimateFeatureOfInterest",
+      "@type": "@id"
+    },
+    "hosts": {
+      "@id": "sosa:hosts",
+      "@type": "@id",
+      "@container": "@set",
+      "@context": {}
+    },
+    "implementedBy": {
+      "@id": "sosa:implementedBy",
+      "@type": "@id"
+    },
+    "implements": {
+      "@id": "sosa:implements",
+      "@type": "@id"
+    },
+    "inDeployment": {
+      "@id": "sosa:inDeployment",
+      "@type": "@id"
+    },
     "isActedOnBy": {
       "@id": "sosa:isActedOnBy",
       "@type": "@id"
     },
+    "isFeatureOfInterestOf": {
+      "@id": "sosa:isFeatureOfInterestOf",
+      "@type": "@id"
+    },
+    "isHostedBy": {
+      "@id": "sosa:isHostedBy",
+      "@type": "@id"
+    },
+    "isObservedBy": {
+      "@id": "sosa:isObservedBy",
+      "@type": "@id"
+    },
+    "isPropertyOf": {
+      "@id": "sosa:isPropertyOf",
+      "@type": "@id"
+    },
+    "isProxyFor": {
+      "@id": "sosa:isProxyFor",
+      "@type": "@id"
+    },
+    "isResultOf": {
+      "@id": "sosa:isResultOf",
+      "@type": "@id"
+    },
+    "isSampleOf": {
+      "@id": "sosa:isSampleOf",
+      "@type": "@id"
+    },
     "madeActuation": {
       "@id": "sosa:madeActuation",
       "@type": "@id"
@@ -407,77 +580,149 @@ 

JSON-LD Context

"@id": "sosa:madeByActuator",
       "@type": "@id"
     },
-    "hasSample": {
-      "@id": "sosa:hasSample",
+    "madeBySampler": {
+      "@id": "sosa:madeBySampler",
       "@type": "@id"
     },
-    "isSampleOf": {
-      "@id": "sosa:isSampleOf",
+    "madeObservation": {
+      "@id": "sosa:madeObservation",
       "@type": "@id"
     },
     "madeSampling": {
       "@id": "sosa:madeSampling",
       "@type": "@id"
     },
-    "madeBySampler": {
-      "@id": "sosa:madeBySampler",
+    "observes": {
+      "@id": "sosa:observes",
       "@type": "@id"
     },
-    "isFeatureOfInterestOf": {
-      "@id": "sosa:isFeatureOfInterestOf",
+    "wasOriginatedBy": {
+      "@id": "sosa:wasOriginatedBy",
       "@type": "@id"
     },
-    "isResultOf": "sosa:isResultOf",
-    "hosts": {
-      "@id": "sosa:hosts",
-      "@type": "@id",
-      "@container": "@set",
-      "@context": {}
+    "inCondition": {
+      "@id": "ssn-system:inCondition",
+      "@type": "@id"
     },
-    "isHostedBy": "sosa:isHostedBy",
-    "isProxyFor": "sosa:isProxyFor",
-    "wasOriginatedBy": "sosa:wasOriginatedBy",
-    "detects": "sosa:detects",
-    "hasProperty": "sosa:hasProperty",
-    "isPropertyOf": "sosa:isPropertyOf",
-    "forProperty": "sosa:forProperty",
-    "implements": "sosa:implements",
-    "implementedBy": "sosa:implementedBy",
-    "hasInput": "sosa:hasInput",
-    "hasOutput": "sosa:hasOutput",
-    "hasSubSystem": {
-      "@id": "sosa:hasSubSystem",
-      "@type": "@id",
-      "@container": "@set"
+    "Condition": {
+      "@id": "ssn-system:Condition",
+      "@type": "@id"
     },
-    "deployedSystem": "sosa:deployedSystem",
-    "hasDeployment": "sosa:hasDeployment",
-    "deployedOnPlatform": "sosa:deployedOnPlatform",
-    "inDeployment": "sosa:inDeployment",
-    "inCondition": "ssn-system:inCondition",
-    "hasSystemCapability": "ssn-system:hasSystemCapability",
-    "hasSystemProperty": "ssn-system:hasSystemProperty",
-    "hasOperatingRange": "ssn-system:hasOperatingRange",
-    "hasOperatingProperty": "ssn-system:hasOperatingProperty",
-    "hasSurvivalRange": "ssn-system:hasSurvivalRange",
-    "hasSurvivalProperty": "ssn-system:hasSurvivalProperty",
-    "qualityOfObservation": "ssn-system:qualityOfObservation",
-    "hasMember": {
-      "@context": {
-        "featureType": "@type"
-      },
-      "@id": "sosa:hasMember"
+    "hasSystemCapability": {
+      "@id": "ssn-system:hasSystemCapability",
+      "@type": "@id"
     },
-    "features": {
-      "@context": {
-        "features": {
-          "@container": "@set",
-          "@id": "geojson:features"
-        },
-        "featureType": "@type"
-      },
-      "@container": "@set",
-      "@id": "sosa:hasMember"
+    "SystemCapability": {
+      "@id": "ssn-system:SystemCapability",
+      "@type": "@id"
+    },
+    "hasSystemProperty": {
+      "@id": "ssn-system:hasSystemProperty",
+      "@type": "@id"
+    },
+    "SystemProperty": {
+      "@id": "ssn-system:SystemProperty",
+      "@type": "@id"
+    },
+    "MeasurementRange": {
+      "@id": "ssn-system:MeasurementRange",
+      "@type": "@id"
+    },
+    "ActuationRange": {
+      "@id": "ssn-system:ActuationRange",
+      "@type": "@id"
+    },
+    "Accuracy": {
+      "@id": "ssn-system:Accuracy",
+      "@type": "@id"
+    },
+    "DetectionLimit": {
+      "@id": "ssn-system:DetectionLimit",
+      "@type": "@id"
+    },
+    "Drift": {
+      "@id": "ssn-system:Drift",
+      "@type": "@id"
+    },
+    "Frequency": {
+      "@id": "ssn-system:Frequency",
+      "@type": "@id"
+    },
+    "Latency": {
+      "@id": "ssn-system:Latency",
+      "@type": "@id"
+    },
+    "Precision": {
+      "@id": "ssn-system:Precision",
+      "@type": "@id"
+    },
+    "Resolution": {
+      "@id": "ssn-system:Resolution",
+      "@type": "@id"
+    },
+    "ResponseTime": {
+      "@id": "ssn-system:ResponseTime",
+      "@type": "@id"
+    },
+    "Selectivity": {
+      "@id": "ssn-system:Selectivity",
+      "@type": "@id"
+    },
+    "Sensitivity": {
+      "@id": "ssn-system:Sensitivity",
+      "@type": "@id"
+    },
+    "hasOperatingRange": {
+      "@id": "ssn-system:hasOperatingRange",
+      "@type": "@id"
+    },
+    "OperatingRange": {
+      "@id": "ssn-system:OperatingRange",
+      "@type": "@id"
+    },
+    "hasOperatingProperty": {
+      "@id": "ssn-system:hasOperatingProperty",
+      "@type": "@id"
+    },
+    "OperatingProperty": {
+      "@id": "ssn-system:OperatingProperty",
+      "@type": "@id"
+    },
+    "MaintenanceSchedule": {
+      "@id": "ssn-system:MaintenanceSchedule",
+      "@type": "@id"
+    },
+    "OperatingPowerRange": {
+      "@id": "ssn-system:OperatingPowerRange",
+      "@type": "@id"
+    },
+    "hasSurvivalRange": {
+      "@id": "ssn-system:hasSurvivalRange",
+      "@type": "@id"
+    },
+    "SurvivalRange": {
+      "@id": "ssn-system:SurvivalRange",
+      "@type": "@id"
+    },
+    "hasSurvivalProperty": {
+      "@id": "ssn-system:hasSurvivalProperty",
+      "@type": "@id"
+    },
+    "SurvivalProperty": {
+      "@id": "ssn-system:SurvivalProperty",
+      "@type": "@id"
+    },
+    "SystemLifetime": {
+      "@id": "ssn-system:SystemLifetime",
+      "@type": "@id"
+    },
+    "BatteryLifetime": {
+      "@id": "ssn-system:BatteryLifetime",
+      "@type": "@id"
+    },
+    "qualityOfObservation": {
+      "@id": "ssn-system:qualityOfObservation",
+      "@type": "@id"
     },
     "properties": "@nest",
     "featureType": "geojson:collectionFeatureType",
diff --git a/generateddocs/slate-build/unstable/sosa/properties/observation/index.html b/generateddocs/slate-build/unstable/sosa/properties/observation/index.html
index 3b894305f..b525db8bd 100644
--- a/generateddocs/slate-build/unstable/sosa/properties/observation/index.html
+++ b/generateddocs/slate-build/unstable/sosa/properties/observation/index.html
@@ -370,7 +370,7 @@ 

SOSA Observat

Status: - Invalid + Under development