Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 8, 2024
1 parent 7b27243 commit e98c212
Show file tree
Hide file tree
Showing 226 changed files with 27,268 additions and 6,297 deletions.
379 changes: 312 additions & 67 deletions annotated-schemas/unstable/sosa/context.jsonld

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

350 changes: 298 additions & 52 deletions annotated-schemas/unstable/sosa/features/observation/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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#",
Expand Down
Loading

0 comments on commit e98c212

Please sign in to comment.